II.
ToolDescriptor JSON
Structured · livetool-descriptor:task-update
TaskUpdate json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}