health_report
Summarize heart rate, sleep, activity, blood oxygen, workouts, and CPAP therapy over a relative or custom period, and report the exact date window used.
Instructions
Generate a summary across heart rate, sleep, activity, blood oxygen, workouts and CPAP therapy for a period. The window is either a named relative period or explicit dates; the reply states which window was used and why, so check period.start and period.end against what you asked for. Use health_query for anything more specific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Relative window ending today, inclusive of both endpoints: week = 7 days, month = 30, quarter = 90, year = 365. Ignored when start_date and end_date are both given. Defaults to month. | |
| end_date | No | YYYY-MM-DD, inclusive. Takes effect on its own; period does not need to be set to custom. Given without start_date, the window is the named period's length ending on this date. | |
| start_date | No | YYYY-MM-DD. Takes effect on its own; period does not need to be set to custom. Given without end_date, the window runs from this date to today. |