iiRecord
Agentic AI Atlas · Everything: Annotated Message
tool-descriptor:everything.annotated-messagea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:everything.annotated-message

Structured · live

Everything: Annotated Message 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.annotated-message",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Everything: Annotated Message",
    "description": "Returns a message with content annotations (priority/audience hints).",
    "inputSchema": {
      "type": "object",
      "properties": {
        "messageType": {
          "type": "string",
          "enum": [
            "error",
            "success",
            "debug"
          ]
        },
        "includeImage": {
          "type": "boolean"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "content": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:everything.annotated-message",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.annotated-message",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}