II.
ToolDescriptor JSON
Structured · livetool-descriptor:task-get
TaskGet json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:task-get",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "TaskGet",
"description": "Retrieve full details for a specific task. Permission: not required.\n",
"inputSchema": {
"type": "object",
"required": [
"task_id"
],
"properties": {
"task_id": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "tool-descriptor:task-get",
"kind": "bundles",
"attributes": {}
}
]
}