search_tasks
Find tasks by text, status, assignee, priority, and due date across the account or inside a project. Filtering is applied locally for dependable results.
Instructions
Search tasks by text, status, assignee, priority and due date, across the account or inside one project. Filtering is applied locally for reliability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Substring to look for in title or body. | |
| limit | No | Maximum tasks to return. | |
| status | No | Task status. | |
| due_after | No | Due on or after this date. | |
| due_before | No | Due on or before this date. | |
| project_id | No | Search inside one project instead of the whole account. | |
| priority_min | No | Minimum priority, inclusive. | |
| assignee_email | No | Assignee's account email. |