Back to tools

search_capability_graph

Search across the global inventory of tools, resources, and prompts. Provides proxy call instructions.

Schema and Policy
{
  "name": "search_capability_graph",
  "description": "Search across the global inventory of tools, resources, and prompts. Provides proxy call instructions.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search term for tool names or descriptions"
      }
    },
    "required": [
      "query"
    ]
  },
  "category": "Search",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}