polar_get_cardio_load
Retrieve daily cardio load metrics including strain, tolerance, load ratio, and load level thresholds for a specified date range, defaulting to the last 28 days.
Instructions
Get daily cardio load metrics including strain, tolerance, load ratio, and load level thresholds. Returns last 28 days by default, or a custom date range.
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 |