List / search tasks
list-tasksList team tasks with optional filters for status, assignee, label, or search, sorted newest-updated first. Completed tasks are excluded unless explicitly included.
Instructions
List the team's tasks, newest-updated first. Completed tasks are excluded unless include_done is true. All filters are optional and combine with AND (status/status_in union; assignee/unassigned union).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over title | |
| keys | No | Fetch these exact keys, e.g. ["OPS-1","OPS-2"] (max 50, one prefix) | |
| sort | No | ||
| label | No | Label uuid or name | |
| limit | No | Page size, max 100 (default server-side) | |
| cursor | No | nextCursor from the previous page | |
| status | No | Status uuid, semantic (todo|in_progress|blocked|done) or column name | |
| assignee | No | Member uuid, email or name | |
| semantic | No | Filter by what a column MEANS rather than its name — the portable filter | |
| direction | No | ||
| status_in | No | Several statuses (uuid, semantic or name); unions with status | |
| unassigned | No | true → tasks with nobody on them (unions with assignee) | |
| include_done | No | Include completed tasks (default false) | |
| updated_since | No | Only tasks updated at/after this time — the polling parameter | |
| updated_before | No | Only tasks untouched since this time — staleness sweeps |