iiRecord
Agentic AI Atlas · Everything: Long Running Operation
tool-descriptor:everything.long-running-operationa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:everything.long-running-operation

Structured · live

Everything: Long Running Operation 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.long-running-operation",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Everything: Long Running Operation",
    "description": "Demonstrates a long running operation with progress notifications.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "duration": {
          "type": "number"
        },
        "steps": {
          "type": "number"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:everything.long-running-operation",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.long-running-operation",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}