get_productivity_summary_for_time_range
Retrieve a productivity summary for a specified time range, analyzing task completion and activity trends over days, weeks, or months.
Instructions
Get a comprehensive productivity summary for a specified time range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to analyze from today backwards (default: 7 for weekly summary) Examples: 1 (today only), 7 (past week), 30 (past month) | |
| start_date | No | Start date in YYYY-MM-DD format (overrides days parameter) | |
| end_date | No | End date in YYYY-MM-DD format (defaults to today if start_date provided) | |
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| metadata | Yes | Metadata about the data itself | |
| summary | Yes | Human-readable insights | |
| debug | Yes | ||
| success | Yes | ||
| api_version | No | current | |
| response_version | No | 1.0 |