Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_tasks | Get all tasks or tasks from a specific project |
| get_overdue_tasks | Get all overdue tasks (incomplete tasks past their due date) |
| get_todays_tasks | Get tasks that are specifically due today |
| get_projects | Get all projects from TickTick |
| create_task | Create a new task in TickTick |
| update_task | Update an existing task |
| delete_task | Delete a task |
| complete_task | Mark a task as completed |
| get_task | Get a specific task by ID |