get_daily_steps
Retrieve daily step counts for any date range, with automatic handling of longer periods exceeding 28 days.
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) |