checkvist_get_tasks_paginated
Retrieve large checklists by fetching pages of top-level tasks with subtasks. Call with page numbers to read entire checklist without size limits.
Instructions
Get ALL tasks in chunks to avoid size limits. Returns a specific page of top-level tasks with their subtasks. Call multiple times with different page numbers to read entire checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number (1-based). Each page contains 1 top-level task with all its subtasks. | |
| compact | No | Compact mode (default: true) | |
| max_depth | No | Maximum depth of subtasks to include. Use 2-3 for very large branches, 99 for everything (default: 2) | |
| checklist_id | Yes | The ID of the checklist | |
| ultra_compact | No | Ultra-minimal mode: only ID + first 40 chars of title. Use for maximum size reduction (default: false) |