Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TODOIST_API_TOKEN | Yes | Your Todoist API token (required for authentication with Todoist API) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tasks | Get tasks from Todoist with optional filtering. |
| get_task | Get a specific task by ID. |
| create_task | Create a new task in Todoist. |
| update_task | Update an existing task. |
| complete_task | Mark a task as completed. |
| reopen_task | Reopen a completed task. |
| delete_task | Delete a task. |
| get_projects | Get all projects from Todoist. |
| get_project | Get a specific project by ID. |
| create_project | Create a new project in Todoist. |
| get_sections | Get sections from a project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |