Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TICKTICK_CLIENT_IDYesYour TickTick OAuth client ID from developer.ticktick.com/manage

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ticktick_create_taskA

Use this to create a new task in TickTick. Required: title. Optional: content, projectId (omit for Inbox), tags (array of strings), priority (0=none, 1=low, 3=medium, 5=high), dueDate, startDate (ISO 8601 strings), repeatFlag (iCalendar RRULE string).

ticktick_get_taskA

Use this to get a single task with full details. Required: projectId and taskId.

ticktick_get_tasksA

Use this to list tasks with optional filters. Fetches all tasks from a project (or all projects) and filters client-side. Optional: projectId, tag, dueBefore, dueAfter (YYYY-MM-DD strings), includeCompleted (default false).

ticktick_update_taskA

Use this to modify an existing task. Required: taskId. Optional: title, content, tags, priority, dueDate, startDate, repeatFlag. Only provided fields are updated.

ticktick_complete_taskB

Use this to mark a task as done. Required: projectId and taskId.

ticktick_move_taskA

Use this to move a task from one project/list to another. This creates the task in the target project and completes it in the source. Required: sourceProjectId, taskId, targetProjectId.

ticktick_get_projectsA

Use this to list all TickTick projects/lists. Returns an array of projects with id, name, and other metadata. No parameters required.

ticktick_create_projectA

Use this to create a new TickTick project/list. Required: name (1-200 characters).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating, reading, updating, completing, and moving tasks and projects. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'ticktick_verb_noun' pattern (e.g., create_task, get_tasks, complete_task), making it predictable for agents.

Tool Count5/5

With 8 tools, the set is well-scoped for a task management API, covering core operations without unnecessary complexity.

Completeness3/5

The set covers create, read, and update for tasks and projects, but missing explicit delete operations (no delete_task or delete_project), which may cause agent failures when cleanup is needed.

Maintenance

ActivityInactive
ResponsivenessUnresponsive