Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_add_task_comment

Add comments to tasks in TickTick for team communication. Include mentions, mark as private, and enhance collaboration by providing context or updates on tasks.

Instructions

Add comment for team communication

Input Schema

NameRequiredDescriptionDefault
commentYesComment text
is_privateNoMake comment private
mention_usersNoUser IDs to mention in comment
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment text", "type": "string" }, "is_private": { "default": false, "description": "Make comment private", "type": "boolean" }, "mention_users": { "description": "User IDs to mention in comment", "items": { "type": "string" }, "type": "array" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "comment" ], "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