ticktick_get_today_tasks
Retrieve all tasks scheduled for today, including overdue tasks if specified, using the TickTick MCP Server for efficient task management.
Instructions
Get tasks scheduled for today
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_overdue | No | Include overdue tasks |
Input Schema (JSON Schema)
{
"properties": {
"include_overdue": {
"default": true,
"description": "Include overdue tasks",
"type": "boolean"
}
},
"type": "object"
}