Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_export_habit_data

Export habit tracking data from TickTick in JSON or CSV format by specifying a habit ID and date range, or retrieve all habits for analysis and productivity insights.

Instructions

Export habit tracking data

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date for export (YYYY-MM-DD)
formatNoExport format: json, csvjson
habit_idNoID of specific habit, or omit for all habits
start_dateNoStart date for export (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date for export (YYYY-MM-DD)", "type": "string" }, "format": { "default": "json", "description": "Export format: json, csv", "type": "string" }, "habit_id": { "description": "ID of specific habit, or omit for all habits", "type": "string" }, "start_date": { "description": "Start date for export (YYYY-MM-DD)", "type": "string" } }, "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