Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TICKTICK_PASSWORD | Yes | Your TickTick password | |
| TICKTICK_USERNAME | Yes | Your TickTick email address | |
| TICKTICK_CLIENT_ID | No | Your TickTick API Client ID (get from https://developer.ticktick.com/manage) | |
| TICKTICK_REDIRECT_URI | No | OAuth redirect URI (set to http://127.0.0.1:8080 in your TickTick app settings) | http://127.0.0.1:8080 |
| TICKTICK_CLIENT_SECRET | No | Your TickTick API Client Secret (get from https://developer.ticktick.com/manage) |
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 |
|---|---|
No tools | |