Manage Google Tasks — list task lists and tasks, and create, update, complete, or delete tasks.
| Category | ✅ Productivity |
| Connection | ⚡ OAuth 2.0 one-click |
| Actions | 8 total — 3 read, 5 write |
Once connected, Google Tasks exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
Complete Taskcomplete-task | Write | Mark a task as completed. | Yes |
Create Taskcreate-task | Write | Add one to-do to a task list that already exists — a title, notes and a due date. It does not create the list; Create Task List does that. | Yes |
Create Task Listcreate-task-list | Write | Create a new empty LIST to put tasks in — a container, like "Groceries" or "Q3 launch". It creates no task. To add a to-do to a list that already exists, use Create Task. | Yes |
Delete Taskdelete-task | Write | Delete a task from a task list. | Yes |
Get Taskget-task | Read | Fetch a single task. | Yes |
List Task Listslist-task-lists | Read | List all task lists. | Yes |
List Taskslist-tasks | Read | List tasks within a task list. | Yes |
Update Taskupdate-task | Write | Update title, notes, or due date on a task. | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Google Tasks is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration — it never means unlimited. See the Integrations overview for the full governance model.