Get Daily Steps
get_daily_stepsRetrieve daily step counts for a given date range, automatically splitting requests longer than 28 days into manageable chunks.
Instructions
Get daily step counts for a date range (max 28 days per request, auto-chunked for longer ranges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date in YYYY-MM-DD format (required) | |
| startDate | Yes | Start date in YYYY-MM-DD format (required) |