batch-execute | Executes multiple Google Tasks API operations in a single HTTP batch request and returns structured per-item results. |
bulk-insert-tasks | DEPRECATED: Use BatchExecute instead. Creates multiple tasks in a Google Tasks list in a single operation using HTTP batching. |
clear-tasks | Permanently and irreversibly clears all completed tasks from a specified Google Tasks list; this action is destructive, idempotent, and cannot be undone. |
create-task-list | Creates a new task list with the specified title and returns a tasklist_id. |
delete-task | Deletes a specified task from a Google Tasks list. Deletion is permanent and irreversible - confirm with the user before executing, and consider… |
delete-task-list | Permanently deletes an existing Google Task list, identified by tasklist_id, along with all its tasks; this operation is irreversible. |
get-task | Retrieve a specific Google Task. REQUIRES both tasklist_id and task_id. |
get-task-list | Retrieves a specific task list from the user’s Google Tasks if the tasklist_id exists for the authenticated user. |
insert-task | Creates a new task in a given tasklist_id, optionally as a subtask of an existing task_parent or positioned after an existing task_previous… |
list-all-tasks | Tool to list all tasks across all of the user’s task lists with optional filters. |
list-task-lists | Fetches the authenticated user’s task lists from Google Tasks; results may be paginated. |
list-tasks | Retrieves tasks from a Google Tasks list; all date/time strings must be RFC3339 UTC, and showCompleted must be true if completedMin or completedMax are specified. |
move-task | Moves the specified task to another position in the task list or to a different task list. |
patch-task | Partially updates an existing task (identified by task_id) within a specific Google Task list (identified by tasklist_id), modifying only the… |
patch-task-list | Updates the title of an existing Google Tasks task list. |
update-task | DEPRECATED: Use GOOGLETASKS_PATCH_TASK instead. Full-update (PUT-style) operation that overwrites unspecified fields with empty/default values, which can cause data loss. |
update-task-full | Tool to fully replace an existing Google Task using PUT method. |
update-task-list | Updates the authenticated user’s specified task list. |