checkvist_get_task_tree
Retrieve a specific task and its subtasks from Checkvist as readable text. Limit depth with max_depth to control output size, and optionally include notes or closed tasks.
Instructions
Get a specific task and its subtasks in readable text format. Use max_depth to limit size if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Compact mode - shorter output (default: false) | |
| task_id | Yes | The ID of the task to start from | |
| max_depth | No | Maximum depth to show (default: 3). Use lower value if result is too large. | |
| with_notes | No | Include notes/comments. WARNING: Notes can be very large and cause size limit errors (default: false) | |
| checklist_id | Yes | The ID of the checklist | |
| include_closed | No | Include closed tasks (default: false) |