Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_upload_task_attachment

Attach files to tasks in TickTick by providing task ID, file data, name, and type. Enables users to manage task-related documents and enhance task details with relevant attachments.

Instructions

Attach files to tasks

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the attachment
file_dataYesBase64 encoded file data
file_nameYesName of the file
file_typeNoMIME type of the file
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the attachment", "type": "string" }, "file_data": { "description": "Base64 encoded file data", "type": "string" }, "file_name": { "description": "Name of the file", "type": "string" }, "file_type": { "description": "MIME type of the file", "type": "string" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "file_data", "file_name" ], "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