todo_list
Retrieve todo summaries filtered by status, priority, query, or blocked state to locate dispatchable work; optionally include archived todos.
Instructions
List todo summaries. is_blocked=false finds dispatchable work. query matches title, body, and slug. Archived todos are excluded by default; include_archived=true retrieves them too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| query | No | ||
| offset | No | ||
| status | No | ||
| priority | No | ||
| is_blocked | No | ||
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| include_archived | No |