16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
} |