Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TICKTICK_PASSWORD | No | Your TickTick password for password authentication | |
TICKTICK_USERNAME | No | Your TickTick username for password authentication | |
TICKTICK_CLIENT_ID | No | Your client ID for TickTick OAuth | |
TICKTICK_ACCESS_TOKEN | No | Your OAuth access token for TickTick | |
TICKTICK_CLIENT_SECRET | No | Your client secret for TickTick OAuth | |
TICKTICK_REFRESH_TOKEN | No | Your OAuth refresh token for TickTick |
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 |