Actions
| Name | Description |
|---|---|
list_task_listsList all task lists for the authenticated user | List all task lists for the authenticated user |
list_tasksList all tasks in a specific task list | List all tasks in a specific task list |
create_taskCreate a new task in a task list | Create a new task in a task list |
update_taskUpdate an existing task | Update an existing task |
complete_taskMark a task as completed | Mark a task as completed |
delete_taskDelete a task from a task list | Delete a task from a task list |
custom_api_callMake a custom API call to the Google Tasks API | Make a custom API call to the Google Tasks API |
Triggers
| Name | Description |
|---|---|
new_taskTriggers when a new task is created | Triggers when a new task is created |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'google-tasks',
actionName: 'list_task_lists',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Google Tasks to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Google Tasks support?
Google Tasks supports 7 actions including List Task Lists, List Tasks, Create Task, Update Task, Complete Task, and more.
Can I use Google Tasks with AI agents?
Yes. Add Google Tasks to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Google Tasks use?
Google Tasks uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Google Tasks integration cost?
The Google Tasks integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Google Tasks support?
Google Tasks supports 1 triggers including New Task.
Connect Google Tasks in 2 minutes
Get 1,000 free actions every month. No credit card required.