iiRecord
Agentic AI Atlas · TaskCreate
tool-descriptor:task-createa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:task-create

Structured · live

TaskCreate 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-create",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "TaskCreate",
    "description": "Create a new task in the task list. Used in interactive mode (the\nnon-interactive equivalent is TodoWrite). Permission: not required.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "description"
      ],
      "properties": {
        "description": {
          "type": "string"
        },
        "dependencies": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:task-create",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}