Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_export_team_report

Generate detailed team performance reports for TickTick projects, including productivity, task completion, time tracking, and team activity. Export in PDF, CSV, or JSON formats for analysis and review.

Instructions

Team performance reports

Input Schema

NameRequiredDescriptionDefault
date_rangeNoDate range for the report
formatNoReport formatpdf
project_idYesID of the project
report_typeNoType of report to generateproductivity

Input Schema (JSON Schema)

{ "properties": { "date_range": { "description": "Date range for the report", "properties": { "end_date": { "type": "string" }, "start_date": { "type": "string" } }, "type": "object" }, "format": { "default": "pdf", "description": "Report format", "enum": [ "pdf", "csv", "json" ], "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" }, "report_type": { "default": "productivity", "description": "Type of report to generate", "enum": [ "productivity", "task_completion", "time_tracking", "team_activity" ], "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