Skip to main content
Glama

TickTick MCP Server

by rafliruslan

update_task

Modify task details such as title, description, due date, priority, or tags by providing the Task ID. Integrates with TickTick MCP Server for efficient task management.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
contentNoNew task description/content
dueDateNoNew due date in ISO format
priorityNoNew task priority (0=None, 1=Low, 3=Medium, 5=High)
tagsNoNew task tags
taskIdYesTask ID to update (required)
titleNoNew task title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New task description/content", "type": "string" }, "dueDate": { "description": "New due date in ISO format", "type": "string" }, "priority": { "description": "New task priority (0=None, 1=Low, 3=Medium, 5=High)", "type": "number" }, "tags": { "description": "New task tags", "items": { "type": "string" }, "type": "array" }, "taskId": { "description": "Task ID to update (required)", "type": "string" }, "title": { "description": "New task title", "type": "string" } }, "required": [ "taskId" ], "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/rafliruslan/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server