Googletasks
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 Googletasks
Create an auth config
Use the dashboard to create an auth config for the Googletasks toolkit. This allows you to connect multiple Googletasks accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Googletasks 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 Googletasks toolkit’s playground
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_TASKS
Tool Name: List Tasks
Description
Action Parameters
Action Response
GOOGLETASKS_LIST_TASK_LISTS
Tool Name: List task lists
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