ticktick_get_overdue_tasks
Retrieve all overdue tasks from the TickTick MCP Server with a customizable limit to manage and prioritize pending tasks effectively.
Instructions
Get all overdue tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"description": "Maximum number of results",
"type": "number"
}
},
"type": "object"
}