search_services
ActiveTool of io.github.AIAll-TARS/naim
Search the nAIm registry for API services. Filter by category slug (e.g. 'tts', 'llm'), a keyword, and/or a failure_domain tag (e.g. 'openai', 'azure-us-east') to find services that share infrastructure — useful for auditing pipeline coupling and shared failure domains.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"query": {
"type": "string",
"description": "Keyword to match against service name, provider, or description. Optional."
},
"category": {
"type": "string",
"description": "Category slug to filter by (e.g. 'tts', 'stt', 'llm', 'embeddings'). Optional."
},
"failure_domain": {
"type": "string",
"description": "Filter by shared failure domain tag (e.g. 'openai', 'azure-us-east'). Returns all services that share this infrastructure. Optional."
},
"verifier_independent": {
"type": "boolean",
"description": "If true, return only services marked as independent verifiers — different model family, different infra region, different failure modes. Use for governance-level verification pipelines. Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.AIAll-TARS/naim
https://github.com/AIAll-TARS/nAIm
1/7 registries