Batch Execute Google Tasks OperationsExecutes multiple Google Tasks API operations in a single HTTP batch request and returns structured per-item results.
Clear tasksPermanently and irreversibly clears all completed tasks from a specified Google Tasks list; this action is destructive, idempotent, and cannot be undone.
Create a task listCreates a new task list with the specified title and returns a tasklist_id.
Delete taskDeletes a specified task from a Google Tasks list.
Delete task listPermanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.
Get TaskRetrieve a specific Google Task.
Get task listRetrieves a specific task list from the user's Google Tasks if the `tasklist_id` exists for the authenticated user.
Insert TaskCreates a new task in a given `tasklist_id`, optionally as a subtask of an existing `task_parent` or positioned after an existing `task_previous` sibling, where both `task_parent` and `task_previous` must belong to the same `tasklist_id` if specified.
List All Tasks Across All ListsTool to list all tasks across all of the user's task lists with optional filters.
List task listsFetches the authenticated user's task lists from Google Tasks; results may be paginated.
List TasksRetrieves 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 TaskMoves the specified task to another position in the task list or to a different task list.
Patch TaskPartially updates an existing task (identified by `task_id`) within a specific Google Task list (identified by `tasklist_id`), modifying only the provided attributes from `TaskInput` (e.
Patch task listUpdates the title of an existing Google Tasks task list.
Update Task (Full Replacement)Tool to fully replace an existing Google Task using PUT method.
Update Task ListUpdates the authenticated user's specified task list.