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:
16
mcps/ticktick/tools/ticktick_get_project.json
Normal file
16
mcps/ticktick/tools/ticktick_get_project.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ticktick_get_project",
|
||||
"description": "Get a TickTick project and all its tasks by project ID.",
|
||||
"inputSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"project_id": {
|
||||
"type": "string",
|
||||
"description": "The project ID to retrieve"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"project_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user