ticktick_complete_task
Mark tasks as completed in TickTick using task and project IDs to update your task management system and track progress.
Instructions
Mark a TickTick task as completed.
Args: params (TaskActionInput): - task_id (str): ID of the task to complete - project_id (str): ID of the project the task belongs to
Returns: str: JSON success confirmation or error message.
Examples: - "Mark the grocery task as done" - "Complete task X"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |