ticktick_get_daily_focus_summary
Retrieve a summary of daily focus time with this tool by specifying a date. Use it to track productivity and manage tasks effectively through TickTick MCP Server integration.
Instructions
Get daily focus time summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date for summary (YYYY-MM-DD), defaults to today |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "Date for summary (YYYY-MM-DD), defaults to today",
"type": "string"
}
},
"type": "object"
}