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
Name | Required | Description | Default |
---|---|---|---|
content | No | New task description/content | |
dueDate | No | New due date in ISO format | |
priority | No | New task priority (0=None, 1=Low, 3=Medium, 5=High) | |
tags | No | New task tags | |
taskId | Yes | Task ID to update (required) | |
title | No | New task title |