Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_task_attachments

Retrieve task attachments by task ID, with optional filtering by file type such as images, documents, audio, or video, using the TickTick MCP Server.

Instructions

List task attachments

Input Schema

NameRequiredDescriptionDefault
file_type_filterNoFilter by file typeall
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "file_type_filter": { "default": "all", "description": "Filter by file type", "enum": [ "all", "images", "documents", "audio", "video" ], "type": "string" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_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