get_steps_history
Fetch step totals by day or week across a specified date range to monitor walking activity. If no dates are given, it returns daily steps for the last four weeks.
Instructions
Step totals over a date range. granularity 'daily' (Garmin caps the span at 28 days) or 'weekly'. Default: daily, last ~4 weeks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date (YYYY-MM-DD). Default: today. | |
| startDate | No | Start date (YYYY-MM-DD). Default: ~4 weeks ago. | |
| granularity | No | daily or weekly. Default: daily. |