iiRecord
Agentic AI Atlas · ToolSearch
tool-descriptor:tool-searcha5c.ai
II.
ToolDescriptor JSON

tool-descriptor:tool-search

Structured · live

ToolSearch json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}