list_actionable_tasks
Identify tasks that are ready to work on now, ordered by urgency. Get key details like priority, due date, effort, and labels to pick and claim a task.
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 | |||