get_tasks
Retrieve tasks from TickTick, optionally filtered by project ID, to manage and organize task lists efficiently.
Instructions
Get all tasks or tasks from a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | No | Optional project ID to filter tasks |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Optional project ID to filter tasks",
"type": "string"
}
},
"type": "object"
}