search_tasks
Find tasks quickly by searching keywords in title, description, or content. Filter by project, status, or include archived tasks. Results are ranked by relevance to speed up task retrieval.
Instructions
Search tasks by keyword in title, description, or content. Returns matching tasks with relevance ranking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (matches title, description, content). | |
| project | No | Filter by project. | |
| status | No | Filter by status. | |
| include_archived | No | Include archived tasks in search. Default: false. | |
| limit | No | Maximum results to return. Default: 10. |