Google Tasks
Overview
SLUG: GOOGLETASKS
Description
Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
Authentication Details
OAuth2
Connecting to Google Tasks
Create an auth config
Use the dashboard to create an auth config for the Google Tasks toolkit. This allows you to connect multiple Google Tasks accounts to Composio for agents to use.
Select App
Navigate to [Google Tasks](https://platform.composio.dev?next_page=/marketplace/Google Tasks).
Create and Get auth config ID
Click “Create Google Tasks Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the [Google Tasks toolkit’s playground](https://app.composio.dev/app/Google Tasks)
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GOOGLETASKS_CLEAR_TASKS
Tool Name: Clear tasks
Description
Action Parameters
Action Response
GOOGLETASKS_CREATE_TASK_LIST
Tool Name: Create a task list
Description
Action Parameters
Action Response
GOOGLETASKS_DELETE_TASK
Tool Name: Delete task
Description
Action Parameters
Action Response
GOOGLETASKS_DELETE_TASK_LIST
Tool Name: Delete task list
Description
Action Parameters
Action Response
GOOGLETASKS_GET_TASK
Tool Name: Get Task
Description
Action Parameters
Action Response
GOOGLETASKS_GET_TASK_LIST
Tool Name: Get task list
Description
Action Parameters
Action Response
GOOGLETASKS_INSERT_TASK
Tool Name: Insert Task
Description
Action Parameters
Action Response
GOOGLETASKS_LIST_TASK_LISTS
Tool Name: List task lists
Description
Action Parameters
Action Response
GOOGLETASKS_LIST_TASKS
Tool Name: List Tasks
Description
Action Parameters
Action Response
GOOGLETASKS_MOVE_TASK
Tool Name: Move Task
Description
Action Parameters
Action Response
GOOGLETASKS_PATCH_TASK
Tool Name: Patch Task
Description
Action Parameters
Action Response
GOOGLETASKS_PATCH_TASK_LIST
Tool Name: Patch task list
Description
Action Parameters
Action Response
GOOGLETASKS_UPDATE_TASK
Tool Name: Update Task
Description
Action Parameters
Action Response
GOOGLETASKS_UPDATE_TASK_LIST
Tool Name: Update Task List
Description
Action Parameters
Action Response