Todoist
Overview
SLUG: TODOIST
Description
Todoist is a task management tool allowing users to create to-do lists, set deadlines, and collaborate on projects with reminders and cross-platform syncing
Authentication Details
OAuth2
Connecting to Todoist
Create an auth config
Use the dashboard to create an auth config for the Todoist toolkit. This allows you to connect multiple Todoist accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. 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 Todoist toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
TODOIST_ADD_WORKSPACE
Tool Name: Add Workspace
Description
Action Parameters
Action Response
TODOIST_CLOSE_TASK
Tool Name: Close Task
Description
Action Parameters
Action Response
TODOIST_CREATE_COMMENT
Tool Name: Create Comment
Description
Action Parameters
Action Response
TODOIST_CREATE_LABEL
Tool Name: Create Label
Description
Action Parameters
Action Response
TODOIST_CREATE_PROJECT
Tool Name: Create Project
Description
Action Parameters
Action Response
TODOIST_CREATE_SECTION
Tool Name: Create Section
Description
Action Parameters
Action Response
TODOIST_CREATE_TASK
Tool Name: Create task
Description
Action Parameters
Action Response
TODOIST_DELETE_LABEL
Tool Name: Delete Label
Description
Action Parameters
Action Response
TODOIST_DELETE_PROJECT
Tool Name: Delete Project
Description
Action Parameters
Action Response
TODOIST_DELETE_SECTION
Tool Name: Delete Section
Description
Action Parameters
Action Response
TODOIST_DELETE_TASK
Tool Name: Delete task
Description
Action Parameters
Action Response
TODOIST_GET_ALL_COMMENTS
Tool Name: Get All Comments
Description
Action Parameters
Action Response
TODOIST_GET_ALL_LABELS
Tool Name: Get all labels
Description
Action Parameters
Action Response
TODOIST_GET_ALL_PROJECTS
Tool Name: Get all projects
Description
Action Parameters
Action Response
TODOIST_GET_ALL_SECTIONS
Tool Name: Get All Sections
Description
Action Parameters
Action Response
TODOIST_GET_ALL_TASKS
Tool Name: Get All Tasks
Description
Action Parameters
Action Response
TODOIST_GET_BACKUPS
Tool Name: Get Backups
Description
Action Parameters
Action Response
TODOIST_GET_COMMENT
Tool Name: Get Comment
Description
Action Parameters
Action Response
TODOIST_GET_LABEL
Tool Name: Get Label
Description
Action Parameters
Action Response
TODOIST_GET_PROJECT
Tool Name: Get Project
Description
Action Parameters
Action Response
TODOIST_GET_SECTION
Tool Name: Get Section
Description
Action Parameters
Action Response
TODOIST_GET_SPECIAL_BACKUPS
Tool Name: Get Special Backups
Description
Action Parameters
Action Response
TODOIST_GET_TASK
Tool Name: Get Task
Description
Action Parameters
Action Response
TODOIST_LIST_ARCHIVED_WORKSPACE_PROJECTS
Tool Name: List Archived Workspace Projects
Description
Action Parameters
Action Response
TODOIST_LIST_FILTERS
Tool Name: List Filters
Description
Action Parameters
Action Response
TODOIST_REOPEN_TASK
Tool Name: Reopen Task
Description
Action Parameters
Action Response
TODOIST_UPDATE_PROJECT
Tool Name: Update Project
Description
Action Parameters
Action Response
TODOIST_UPDATE_TASK
Tool Name: Update Task
Description
Action Parameters
Action Response
TODOIST_LIST_PENDING_WORKSPACE_INVITATIONS
Tool Name: List Pending Workspace Invitations
Description
Action Parameters
Action Response
TODOIST_UPDATE_COMMENT
Tool Name: Update Comment
Description
Action Parameters
Action Response
TODOIST_UPDATE_SECTION
Tool Name: Update Section
Description
Action Parameters
Action Response