ticktick_complete_task
Mark a task as completed by specifying its ID using the TickTick MCP Server tool. Simplifies task management for enhanced productivity.
Instructions
Mark a task as completed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | ID of the task to complete |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "ID of the task to complete",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}