TickTick MCP CLI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Each tool has a unique name indicating a specific action (e.g., create, delete, list) on distinct resources (project, task) or special views (today, completed). No apparent overlap.
All tools follow the exact pattern 'ticktask_verb_noun' using snake_case, providing a consistent and predictable naming convention.
With 17 tools, the count is slightly above the typical 3-15 range but is justified by the comprehensive coverage of task and project management operations, including special features like completed, today, and export.
The set covers CRUD for tasks and projects, plus task completion, movement, search, and export. Missing a dedicated 'get_project' tool, but list_projects may suffice. Overall, the surface is well-rounded.