Ticktick
TICKTICK_COMPLETE_TASK
Tool to mark a task as complete. Use after confirming the task is done.
Remote ticktick
Other tools also called TICKTICK_COMPLETE_TASK?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"task_id": {
"type": "string",
"title": "Task Id",
"examples": [
"63b7bebb91c0a5474805fcd4"
],
"description": "Identifier of the task to mark as complete."
},
"project_id": {
"type": "string",
"title": "Project Id",
"examples": [
"6226ff9877acee87727f6bca"
],
"description": "Project identifier containing the task to complete."
}
}
}