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:
33
mcps/ticktick/tools/ticktick_update_project.json
Normal file
33
mcps/ticktick/tools/ticktick_update_project.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "ticktick_update_project",
|
||||
"description": "Update an existing TickTick project's name, color, or viewMode.",
|
||||
"inputSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"project_id": {
|
||||
"type": "string",
|
||||
"description": "The project ID to update"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "New project name"
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"description": "New hex color code"
|
||||
},
|
||||
"viewMode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"list",
|
||||
"kanban",
|
||||
"timeline"
|
||||
],
|
||||
"description": "New view mode"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"project_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user