Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TODOIST_API_TOKEN | Yes | Your Todoist API token, obtained from User Settings -> Integrations -> Developer |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_projects | Get all todo projects. These are like folders for tasks in Todoist |
get_tasks | |
delete_task | Delete a task by its ID |
create_task | |
update_task | |
complete_task | Mark a task as done |