Manage Google Tasks — list task lists and tasks, and create, update, complete, or delete tasks. Every action runs through the Nango proxy.
| Category | ✅ Productivity |
| Connection | ⚡ OAuth 2.0 one-click, handled by Nango |
| 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 |
|---|---|---|---|
List Task Listslist-task-lists | Read | List all task lists. | Yes |
List Taskslist-tasks | Read | List tasks within a task list. | Yes |
Get Taskget-task | Read | Fetch a single task. | Yes |
Create Taskcreate-task | Write | Create a new task in a task list. | Yes |
Update Taskupdate-task | Write | Update title, notes, or due date on a task. | Yes |
Complete Taskcomplete-task | Write | Mark a task as completed. | Yes |
Delete Taskdelete-task | Write | Delete a task from a task list. | Yes |
Create Task Listcreate-task-list | Write | Create a new task list. | 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.