Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_export_analytics_data

Export raw analytics data from TickTick in JSON, CSV, or XLSX formats for tasks, habits, focus sessions, and more. Customize date range, include metadata, and apply privacy filters for external analysis.

Instructions

Export raw analytics data for external analysis

Input Schema

NameRequiredDescriptionDefault
data_typesNoTypes of data to export
date_rangeYes
formatNoExport file formatjson
include_metadataNoInclude field descriptions and data schema
privacy_filterNoRemove personally identifiable information

Input Schema (JSON Schema)

{ "properties": { "data_types": { "default": [ "tasks", "habits", "focus_sessions" ], "description": "Types of data to export", "items": { "enum": [ "tasks", "habits", "focus_sessions", "projects", "time_logs" ], "type": "string" }, "type": "array" }, "date_range": { "properties": { "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }, "format": { "default": "json", "description": "Export file format", "enum": [ "json", "csv", "xlsx" ], "type": "string" }, "include_metadata": { "default": true, "description": "Include field descriptions and data schema", "type": "boolean" }, "privacy_filter": { "default": false, "description": "Remove personally identifiable information", "type": "boolean" } }, "required": [ "date_range" ], "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