iiRecord
Agentic AI Atlas · Monitor
tool-descriptor:monitora5c.ai
II.
ToolDescriptor JSON

tool-descriptor:monitor

Structured · live

Monitor json

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

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:monitor",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Monitor",
    "description": "Run a command in the background and feed each output line back to\nClaude. Claude reacts to log entries / file changes / polled status\nwithout pausing the conversation. Same permission rules as Bash. Not\navailable on Bedrock / Vertex / Foundry, or when DISABLE_TELEMETRY /\nCLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC is set. Requires Claude\nCode v2.1.98+.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "command"
      ],
      "properties": {
        "command": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "mode": "streaming",
    "streamable": true
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:monitor",
      "to": "content-policy:default-acceptable-use",
      "kind": "assesses_policy",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:monitor",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}