Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_export_project

Export TickTick project data in JSON, CSV, or Markdown formats. Specify the project ID, choose the format, and optionally include completed tasks for comprehensive project analysis.

Instructions

Export project data

Input Schema

NameRequiredDescriptionDefault
formatNoExport format: json, csv, mdjson
include_completedNoInclude completed tasks
project_idYesID of the project to export

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Export format: json, csv, md", "type": "string" }, "include_completed": { "default": true, "description": "Include completed tasks", "type": "boolean" }, "project_id": { "description": "ID of the project to export", "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