Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_download_task_attachment

Download files attached to a TickTick task using task and attachment IDs. Choose between original or compressed formats to manage task-related files efficiently.

Instructions

Download attached files

Input Schema

NameRequiredDescriptionDefault
attachment_idYesID of the attachment
download_formatNoDownload formatoriginal
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "attachment_id": { "description": "ID of the attachment", "type": "string" }, "download_format": { "default": "original", "description": "Download format", "enum": [ "original", "compressed" ], "type": "string" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "attachment_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