ticktick_complete_task
Mark a TickTick task as completed by providing its task ID. Update resolution notes beforehand, as task content becomes immutable after completion.
Instructions
Mark a task as completed.
Args: task_id (str): The task's full ID.
Returns:
JSON object containing the refetched task (status=2 on success).
_verification_warnings is attached if the refetch shows the
task is still open.
Missing task: {"status": "not_found", "error": "..."}.
Other failures: {"error": "...", "status": "error"}.
Limitations:
- Once completed, the content field becomes immutable.
Update content with resolution notes BEFORE calling this tool.
Example: ticktick_complete_task(task_id="60ca9dbc8f08516d9dd56324")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |