Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_task

Modify an existing task in the TickTick MCP Server by updating its title, description, priority, due date, or completion status using the task ID.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
completedNoMark as completed/incomplete
contentNoNew task description
due_dateNoNew due date
priorityNoNew priority level
task_idYesID of the task to update
titleNoNew task title

Input Schema (JSON Schema)

{ "properties": { "completed": { "description": "Mark as completed/incomplete", "type": "boolean" }, "content": { "description": "New task description", "type": "string" }, "due_date": { "description": "New due date", "type": "string" }, "priority": { "description": "New priority level", "type": "number" }, "task_id": { "description": "ID of the task to update", "type": "string" }, "title": { "description": "New task title", "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