Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_task_note

Update the content of a specific note within a task using task ID, note ID, and new content. Facilitates precise task management through TickTick MCP Server integration.

Instructions

Edit task note

Input Schema

NameRequiredDescriptionDefault
new_contentYesUpdated note content
note_idYesID of the note to update
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "new_content": { "description": "Updated note content", "type": "string" }, "note_id": { "description": "ID of the note to update", "type": "string" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "note_id", "new_content" ], "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