Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONVEX_DEPLOYMENT | No | Your Convex deployment name | |
| TODOIST_API_TOKEN | Yes | Your Todoist API token | |
| NEXT_PUBLIC_CONVEX_URL | No | Your Convex URL (e.g., https://your-convex-url.convex.cloud) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-tasks | Get all the tasks from Todoist |
| get-projects | Get all the projects from Todoist |
| get-project-id | Get the id of the project from Todoist |
| add-task-to-project | Add task to a specific Project in Todoist |
| add-task-to-any-project | Add task to a any Project in Todoist |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |