search_tasks
Search tasks by title, description, or tag using case-insensitive substring matching. Get lightweight summaries instantly; retrieve full task details with get_task.
Instructions
Full-text search over task titles, descriptions, and tags (case-insensitive substring match). Returns the same lightweight summary shape as list_tasks (no history[]) — call get_task for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |