1
0

Import UAPF package: varam-docproc_valid.uapf

This commit is contained in:
2026-02-09 12:23:41 +00:00
parent aba0f6d83d
commit eede1f1d1b
12 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"mcp_tools": [
{
"id": "tool.namejs.search",
"name": "Namejs: meklēt reģistrācijas kartiņu",
"endpoint": "https://intra.varam.gov.lv/mcp/namejs/search",
"input_schema": {
"type": "object",
"properties": {
"reg_nr": {
"type": "string"
}
},
"required": [
"reg_nr"
]
},
"output_schema": {
"type": "object",
"properties": {
"found": {
"type": "boolean"
},
"url": {
"type": "string"
}
}
}
}
]
}