find_tasks
Search across all projects for tasks by assignee, label, status, text, or due date. Includes mentions and checklist assignments in results.
Instructions
Search tasks across every project you can see - including other people's.
Unlike list_actionable_tasks, which is your own ready-to-work queue, this
answers questions about the whole workspace: what is Ada working on, what is
overdue, where did that card about the login bug go.
Searching for a person finds all three ways work reaches them: tasks they are
assigned to, tasks holding a checklist item assigned to them, and tasks where
they were mentioned in a comment. Each result says which, in matched_by,
and carries the specific checklist items and mentions. Results are read-only
context; claiming and editing still go through the usual tools, and other
people's tasks remain off limits to edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Case-insensitive text to look for in the title or description. | |
| label | No | Only tasks carrying this label, e.g. 'priority: high'. | |
| limit | No | Maximum results (1-100). | |
| status | No | Restrict to todo, in_progress, review or done. Default: every stage except done. | |
| assignee | No | Whose work to show: a name, email or id; 'me'; 'anyone'; or 'unassigned'. Defaults to anyone. | |
| board_id | No | Search every project inside one board (container). | |
| project_id | No | Search one project (tab) instead of all of them. | |
| include_done | No | Include finished work. Off by default. | |
| overdue_only | No | Only tasks whose due date has passed. | |
| include_mentions | No | When searching for a person, also return tasks where they were mentioned in a comment. On by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||