ticktick_get_focus_history
Retrieve historical focus session data from TickTick MCP Server to analyze productivity trends, filter by specific tasks, or review focus activity over a defined period.
Instructions
Get historical focus session data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days_back | No | Number of days to look back | |
task_id | No | Filter by specific task (optional) |
Input Schema (JSON Schema)
{
"properties": {
"days_back": {
"default": 30,
"description": "Number of days to look back",
"type": "number"
},
"task_id": {
"description": "Filter by specific task (optional)",
"type": "string"
}
},
"type": "object"
}