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
Name | Required | Description | Default |
---|---|---|---|
completed | No | Mark as completed/incomplete | |
content | No | New task description | |
due_date | No | New due date | |
priority | No | New priority level | |
task_id | Yes | ID of the task to update | |
title | No | New task title |