ticktick_get_productivity_insights
Analyze productivity trends with AI-driven insights using data from TickTick MCP Server. Specify periods like week, month, or quarter to evaluate task management efficiency.
Instructions
Get AI-powered productivity insights
Input Schema
Name | Required | Description | Default |
---|---|---|---|
period | No | Analysis period: week, month, quarter | week |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"default": "week",
"description": "Analysis period: week, month, quarter",
"type": "string"
}
},
"type": "object"
}