list_subtasks
List subtasks of a task including id, name, completion state, and position. Fetch only subtask details without retrieving the full task.
Instructions
List subtasks on a task — id, name, completion state, position.
Subtasks are returned inline on Task.subtasks whenever you fetch a
task; this tool is sugar for callers that only want the list. Costs one
HTTP call (the same as get_task) — the Kanban Tool API has no
dedicated list-subtasks endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |