search_tasks
Search tasks by matching text in titles, notes, and checklist items. Optionally include trashed tasks and paginate results.
Instructions
Full-text search across task titles, notes, and checklist items.
Case-insensitive substring match. Trashed tasks are excluded by default.
Args: query: Search string. Returns empty list when blank. include_trashed: If True, also search trashed tasks. include_checklists: If True (default), also match tasks whose checklist items contain the query. limit: Optional max number of tasks. offset: Optional pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| include_trashed | No | ||
| include_checklists | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |