{ "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" } } } } ] }