Todoist
Manage Todoist projects, sections, tasks, comments, and task polling through the current Todoist API v1.
Tools
| Name | Description |
|---|---|
list_projectsList active Todoist projects with cursor pagination. | List active Todoist projects with cursor pagination. |
get_projectGet a Todoist project by ID. | Get a Todoist project by ID. |
search_projectsSearch Todoist projects by query. | Search Todoist projects by query. |
create_projectCreate a Todoist project. | Create a Todoist project. |
update_projectUpdate a Todoist project. | Update a Todoist project. |
archive_projectArchive one exact Todoist project. Requires confirmation. | Archive one exact Todoist project. Requires confirmation. |
delete_projectDelete one exact Todoist project. Requires confirmation. | Delete one exact Todoist project. Requires confirmation. |
list_sectionsList Todoist sections, optionally within a project. | List Todoist sections, optionally within a project. |
create_sectionCreate a Todoist project section. | Create a Todoist project section. |
update_sectionUpdate a Todoist section name. | Update a Todoist section name. |
delete_sectionDelete one exact Todoist section. Requires confirmation. | Delete one exact Todoist section. Requires confirmation. |
list_tasksList Todoist tasks using project, section, label, ids, or filter parameters. | List Todoist tasks using project, section, label, ids, or filter parameters. |
get_taskGet a Todoist task by ID. | Get a Todoist task by ID. |
create_taskCreate a Todoist task. | Create a Todoist task. |
update_taskUpdate Todoist task content, dates, priority, labels, assignee, and other task fields. | Update Todoist task content, dates, priority, labels, assignee, and other task fields. |
move_taskMove a Todoist task to another project, section, parent task, or order. | Move a Todoist task to another project, section, parent task, or order. |
close_taskClose or complete a Todoist task. | Close or complete a Todoist task. |
reopen_taskReopen a closed Todoist task. | Reopen a closed Todoist task. |
delete_taskDelete one exact Todoist task. Requires confirmation. | Delete one exact Todoist task. Requires confirmation. |
list_commentsList Todoist comments for a task or project. | List Todoist comments for a task or project. |
add_commentAdd a Todoist comment to a task or project. | Add a Todoist comment to a task or project. |
update_commentUpdate a Todoist comment. | Update a Todoist comment. |
delete_commentDelete one exact Todoist comment. Requires confirmation. | Delete one exact Todoist comment. Requires confirmation. |
custom_api_callMake a custom Todoist API v1 call. DELETE requests require confirmation. | Make a custom Todoist API v1 call. DELETE requests require confirmation. |
Triggers
| Name | Description |
|---|---|
new_or_updated_taskPoll Todoist tasks and emit created or changed tasks after the initial baseline. | Poll Todoist tasks and emit created or changed tasks after the initial baseline. |
new_or_updated_commentPoll Todoist comments for a task or project and emit created or changed comments after the initial baseline. | Poll Todoist comments for a task or project and emit created or changed comments after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('todoist', 'list_projects', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'todoist',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Todoist to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Todoist support?
Todoist supports 24 tools including List Projects, Get Project, Search Projects, Create Project, Update Project, and more.
Can I use Todoist with AI agents?
Yes. Add Todoist to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Todoist to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Todoist as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Todoist tools exposed by that workspace.
Does Todoist work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Todoist work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Todoist?
Todoist exposes 24 tools, including List Projects, Get Project, Search Projects, Create Project, Update Project, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Todoist be used in stateful agent workflows?
Yes. Agents can combine Todoist tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Todoist use?
Todoist uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Todoist integration cost?
The Todoist integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Todoist support?
Todoist supports 2 triggers including New or Updated Task, New or Updated Comment.
Connect Todoist in minutes
Get 20,000 free action executions every month. No credit card required.