List Tasks
list_tasksUse this when the user wants tasks scoped to a specific column or sprint. Without filters, returns every task on the board (capped at 200 — filter by columnId/sprintId if truncated). Sprint-scoped listing includes the sprint's archived (swept) tasks, so completed sprints show their full history. Prefer get_board_state when the user wants a general overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Filter by project — name (case-insensitive) or ID. Pass 'none' to get tasks that belong to no project | |
| assignee | No | Filter by executor: a member's name or email, 'me' (tasks assigned to you, the calling agent), or 'none' (unassigned) | |
| columnId | No | Filter by column ID | |
| sprintId | No | Filter by sprint ID | |
| createdSource | No | Filter by who created the task: 'user' = a human in the app, 'mcp' = an AI client over MCP (Claude, ChatGPT, Cursor, …) |