iiRecord
Agentic AI Atlas · TodoWrite
tool-descriptor:todo-writea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:todo-write

Structured · live

TodoWrite json

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

File · extensions/tool-descriptors/todo-write.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:todo-write",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/todo-write.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "TodoWrite",
    "description": "Built-in Claude Code tool that maintains an in-session structured\ntodo list. The agent updates the list with status transitions\n(pending → in_progress → completed); the TUI renders the list\ninline. No filesystem side-effects.\n",
    "category": "planning",
    "vendor": "anthropic"
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:todo-write",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "bundled_in",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:a5c.runtime@current",
      "to": "tool-descriptor:todo-write",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:todo-write",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "claim:source-provenance-run5-extensions-tool-descriptors-todo-write-yaml",
      "to": "tool-descriptor:todo-write",
      "kind": "about_subject"
    }
  ]
}