Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_collaboration_stats

Analyze team productivity by fetching collaboration statistics for a specific project over a chosen time period. Use project ID and time frame to measure performance and progress.

Instructions

Team productivity metrics

Input Schema

NameRequiredDescriptionDefault
project_idYesID of the project
time_periodNoTime period for statsmonth

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "ID of the project", "type": "string" }, "time_period": { "default": "month", "description": "Time period for stats", "enum": [ "week", "month", "quarter", "year" ], "type": "string" } }, "required": [ "project_id" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/liadgez/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server