iiRecord
Agentic AI Atlas · Memory: Search Nodes
tool-descriptor:memory.search-nodesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:memory.search-nodes

Structured · live

Memory: Search Nodes json

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

File · extensions/tool-descriptors/memory-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:memory.search-nodes",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/memory-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Memory: Search Nodes",
    "description": "Search the graph by query string and return matching nodes.",
    "inputSchema": {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "nodes": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:memory.search-nodes",
      "to": "tool-server:mcp-memory",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-memory",
      "to": "tool-descriptor:memory.search-nodes",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}