Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_collaboration_stats

Retrieve team collaboration metrics for a specific project within a defined time period using the TickTick MCP Server, enabling efficient analysis of productivity patterns.

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" }

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