{
"id": "tool-descriptor:tool-search",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "ToolSearch",
"description": "Search for and load deferred MCP tools when MCP tool search is\nenabled. Permission: not required (read-only deferred-tool fetch).\n",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
},
"max_results": {
"type": "integer"
}
}
},
"mode": "normal",
"streamable": false
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "tool-descriptor:tool-search",
"kind": "bundles",
"attributes": {}
}
]
}