List subtasks
list_subtasksRetrieve child tasks of a parent task by ID or name, optionally expanding recursively to display the complete subtask hierarchy.
Instructions
List children (subtasks) of a task, optionally recursive to show full hierarchy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the parent task | |
| taskName | No | The name of the parent task (alternative to taskId) | |
| recursive | No | Include all descendants, not just direct children (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |