Overview
Features
Search
Search for tasks in Google Tasks. Input: query (string). Returns matching tasks with details.
List
List all tasks in Google Tasks. Optional input: cursor (string) for pagination. Returns a list of all tasks.
Create
Create a new task. Inputs: taskListId (string, optional), title (string, required), notes (string, optional), due (string, optional). Returns creation confirmation.
Update
Update an existing task. Inputs: taskListId (string, optional), id (string, required), uri (string, required), title/notes/status/due (optional). Returns update confirmation.
Delete
Delete a task. Inputs: taskListId (string, required), id (string, required). Returns deletion confirmation.
Clear
Clear completed tasks from a Google Tasks task list. Input: taskListId (string, required). Returns confirmation.
Tasks Resource
Represents individual tasks via the gtasks:///<task_id> URI. Supports reading task details and leveraging the provided tools to list, read, create, update, and delete tasks.
Desktop App Integration & Smithery Installation
Includes authentication flow and guidance for integrating with desktop apps, including Smithery installation for Claude and configuration examples.




