iiRecord
Agentic AI Atlas · TaskUpdate
tool-descriptor:task-updatea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:task-update

Structured · live

TaskUpdate 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:task-update",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "TaskUpdate",
    "description": "Update task status, dependencies, details — or delete tasks.\nPermission: not required.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "task_id"
      ],
      "properties": {
        "task_id": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "dependencies": {
          "type": "array"
        },
        "details": {
          "type": "string"
        },
        "delete": {
          "type": "boolean"
        }
      }
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:task-update",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}