Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
Drift inferred · capture-to-capture
- LOW gained verified
tool count over time
tools
-
GOOGLETASKS_CLEAR_TASKS
Permanently clears all completed tasks from a specified Google Tasks list; this action is destructive and idempotent.
in ▸ tasklist
-
GOOGLETASKS_CREATE_TASK_LIST
Creates a new task list with the specified title.
in ▸ tasklist_title
-
GOOGLETASKS_DELETE_TASK
Deletes a specified task from a given task list in Google Tasks.
in ▸ task_id tasklist_id
-
GOOGLETASKS_DELETE_TASK_LIST
Permanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.
in ▸ tasklist_id
-
GOOGLETASKS_GET_TASK
Use to retrieve a specific Google Task if its `task_id` and parent `tasklist_id` are known.
in ▸ task_id tasklist_id
-
GOOGLETASKS_GET_TASK_LIST
Retrieves a specific task list from the user's Google Tasks if the `tasklist_id` exists for the authenticated user.
in ▸ tasklist_id
-
GOOGLETASKS_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` sibling, where both `task_parent` and `task_previous` must belong to the same `tasklist_id` if specified. IMPORTANT: Date fields (due, completed) accept various formats like '28 Sep 2025', '11:59 PM, 22 Sep 2025', or ISO format '2025-09-21T15:30:00Z' and will automatically convert them to RFC3339 format required by the API.
in ▸ id due etag notes title hidden status deleted completed task_parent tasklist_id task_previous
-
GOOGLETASKS_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.
in ▸ dueMax dueMin pageToken maxResults showHidden updatedMin showDeleted tasklist_id completedMax completedMin showCompleted
-
GOOGLETASKS_LIST_TASK_LISTS
Fetches the authenticated user's task lists from Google Tasks; results may be paginated.
in ▸ pageToken maxResults
-
GOOGLETASKS_MOVE_TASK
Moves the specified task to another position in the destination task list.
in ▸ task parent previous tasklist destinationTasklist
-
GOOGLETASKS_PATCH_TASK
Partially 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.g., `title`, `notes`, `due` date, `status`) and requiring both the task and list to exist.
in ▸ id due etag notes title hidden status deleted task_id completed tasklist_id
-
GOOGLETASKS_PATCH_TASK_LIST
Updates the title of an existing Google Tasks task list.
in ▸ tasklist_id updated_title
-
GOOGLETASKS_UPDATE_TASK
Updates the specified task.
in ▸ due task notes title status tasklist
-
GOOGLETASKS_UPDATE_TASK_LIST
Updates the authenticated user's specified task list.
in ▸ title tasklist_id
This server hasn't been statically analyzed yet (npm/PyPI artifacts only).