list_tasks
Retrieve tasks from your kanban board using optional filters for status, tag, priority, and archived tasks.
Instructions
List tasks, optionally filtered. All filters combine with AND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only tasks carrying exactly this tag. | |
| status | No | Only tasks in this column: 'backlog', 'in_progress', 'testing', or 'done'. | |
| priority | No | Only tasks with this priority: 'low', 'normal', 'high'. | |
| include_archived | No | Also include archived (soft-deleted) tasks. Off by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |