iiRecord
Agentic AI Atlas · Everything: Structured Content
tool-descriptor:everything.structured-contenta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:everything.structured-content

Structured · live

Everything: Structured Content 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.structured-content",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Everything: Structured Content",
    "description": "Demonstrates returning structured (typed) content from a tool call.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "location": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "structuredContent": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:everything.structured-content",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.structured-content",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}