get-productivity-stats
Retrieve productivity statistics including completion breakdowns, goal streaks, and karma data for performance analysis and goal tracking.
Instructions
Get comprehensive productivity statistics including daily/weekly completion breakdowns, goal streaks (current, last, max), karma score and trends, and historical karma data. Useful for productivity analysis and tracking goal progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals | Yes | Goal and streak information. | |
| karma | Yes | Current karma score. | |
| daysItems | Yes | Daily completion breakdown (most recent days). | |
| weekItems | Yes | Weekly completion breakdown (most recent weeks). | |
| karmaTrend | Yes | Karma trend direction (e.g., "up" or "down"). | |
| projectColors | Yes | Map of project ID to color key. | |
| completedCount | Yes | Total number of completed tasks (all-time). | |
| karmaGraphData | Yes | Historical karma data points for graphing. | |
| karmaLastUpdate | Yes | Timestamp of the last karma update. | |
| karmaUpdateReasons | Yes | Recent karma change events with reasons. |