sync: auto-sync from GURU-5070 at 2026-06-14 20:04:14
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-14 20:04:14
This commit is contained in:
21
mcps/ticktick/tools/ticktick_complete_task.json
Normal file
21
mcps/ticktick/tools/ticktick_complete_task.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "ticktick_complete_task",
|
||||
"description": "Mark a TickTick task as completed.",
|
||||
"inputSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"task_id": {
|
||||
"type": "string",
|
||||
"description": "The task ID to complete"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "string",
|
||||
"description": "The project ID the task belongs to"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"task_id",
|
||||
"project_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user