polar_get_sleepwise
Retrieve SleepWise alertness grades, classification, and sleep inertia for a custom date range or last 28 days. Optionally include hourly alertness breakdowns to analyze daily recovery patterns.
Instructions
Get SleepWise alertness data including alertness grade, classification, and sleep inertia. Returns last 28 days by default, or a custom date range. Set hourly=true to include hourly alertness breakdowns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD). Required if 'from' is provided. | |
| from | No | Start date (YYYY-MM-DD). If omitted, returns last 28 days. | |
| format | No | Response format: 'markdown' for human-readable or 'json' for structured data | markdown |
| hourly | No | Include hourly alertness breakdowns (default false) |