Manage your Todoist tasks from your AI. Create tasks, complete them, organize by project, and browse your inbox.
Credentials
| Name | Label | Required |
|---|---|---|
TODOIST_TOKEN | API Token | required |
Setup
terminal
conductor plugins setup todoistTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
todoist_tasks | List tasks with optional filters | projectId?, filter?, label? | — |
todoist_task | Get a single task | id | — |
todoist_create | Create a new task | content, projectId?, dueDate?, priority? | required |
todoist_complete | Mark a task as complete | id | required |
todoist_projects | List all projects | — | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Show my tasks due today”
todoist_tasks“Add a task: Review PR #42 — due Friday”
todoist_create