Import UAPF package: varam-docproc_valid.uapf
This commit is contained in:
31
integration/mcp-tools.json
Normal file
31
integration/mcp-tools.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user