checkvist_get_tasks_summary
Retrieve tasks from a checklist in a readable text format. Choose preview mode for a quick overview of large lists or compact mode to see all tasks with IDs and titles.
Instructions
Get tasks from a checklist in a readable text format (RECOMMENDED). For VERY LARGE checklists: use preview=true to see only top-level tasks. For large checklists: use compact=true to show all tasks with titles+IDs only. For small checklists: use default to see full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Ultra-compact mode: only show task IDs and titles, no metadata or notes. Use this for large checklists to see entire structure (default: false) | |
| preview | No | Preview mode: show only top-level tasks without subtasks. Perfect for getting a quick overview of very large checklists. Set max_depth=1 and compact=true automatically (default: false) | |
| max_depth | No | Maximum depth of subtasks to include (default: 99 = show all) | |
| checklist_id | Yes | The ID of the checklist | |
| include_closed | No | Include closed tasks (default: false) |