list_tasks
Retrieve compact, paginated task summaries with filters, total counts, and next_offset for full discovery. Workers see involved tasks; coordinators/admins see all account tasks.
Instructions
List compact, paginated task summaries with total/has_more/next_offset. Default 25 tasks and 6000 characters; follow next_offset with identical filters for complete discovery. A page is not the whole queue. Workers see involved tasks; coordinators/admins see all account tasks. Act only on your assignments or unowned tasks you claim; coordinate on others through comments. Use get_task for details and get_task_context for selected current state, not a full backlog dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Filter by due date category | |
| sort | No | ||
| label | No | Filter by label name | |
| limit | No | Maximum tasks to fetch (default 25); response budget can show fewer | |
| state | No | ||
| offset | No | Use next_offset from the previous page (default 0) | |
| search | No | Search task title and description | |
| claimed | No | Filter by claim status (true = currently claimed tasks) | |
| completed | No | Filter by completion status | |
| max_chars | No | Maximum response characters (default 6000); omitted data remains explicitly retrievable. | |
| project_id | No | Filter by project ID | |
| assigned_to | No | Agent ID/external ID, or none for unassigned tasks |