Search tasks
search_tasksLocate tasks by matching text in titles or notes across all lists. Use this client-side search to find a specific task before editing, completing, or acting on it.
Instructions
Find tasks whose title or notes contain the query, across every list. Case-insensitive substring match — the Google Tasks API has no search endpoint, so this filters client-side. Use it to locate a task before acting on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to look for in task titles and notes. | |
| include | No | open = not yet done (default). completed = finished only. all = both. Tasks completed in the Google Tasks app become hidden, so only "completed" and "all" will surface them. |