eavz
Google Tasks

Google Tasks

Manage tasks and to-do lists with Google Tasks

7 actions
1 trigger

Actions

Name
list_task_lists

List all task lists for the authenticated user

list_tasks

List all tasks in a specific task list

create_task

Create a new task in a task list

update_task

Update an existing task

complete_task

Mark a task as completed

delete_task

Delete a task from a task list

custom_api_call

Make a custom API call to the Google Tasks API

Triggers

Name
new_task

Triggers when a new task is created

Quick Start

TypeScript
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.