iiRecord
Agentic AI Atlas · Everything: Add
tool-descriptor:everything.adda5c.ai
II.
ToolDescriptor JSON

tool-descriptor:everything.add

Structured · live

Everything: Add json

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

File · extensions/tool-descriptors/everything-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:everything.add",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Everything: Add",
    "description": "Add two numbers and return the sum.",
    "inputSchema": {
      "type": "object",
      "required": [
        "a",
        "b"
      ],
      "properties": {
        "a": {
          "type": "number"
        },
        "b": {
          "type": "number"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "sum": {
          "type": "number"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:everything.add",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.add",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}