list_actionable_tasks
Retrieve tasks ready for work, sorted by urgency. Filters for unstarted cards in active lists that are unassigned or assigned to you, showing priority, due date, and subtask counts so you can choose what to do next.
Instructions
List tasks that are genuinely ready to be worked on, most urgent first.
Call this first, before any other tool. The filtering happens on the server:
only cards sitting in a 'todo' stage of an active list, not closed, and
either unassigned or already assigned to you are returned. Each entry carries
what you need to choose: title, priority, due date, effort, labels, subtask
counts and a description excerpt. Pick one, then call claim_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return (1-50). | |
| search | No | Optional case-insensitive text filter on title and description. | |
| board_id | No | Restrict to one board id. Omit to scan every accessible board. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||