Body battery
garmin_get_body_batteryRetrieve body battery energy trends over any date range, showing daily high, low, charge, and drain totals to reveal whether energy is recovering or declining.
Instructions
Get body battery energy levels across a date range: the daily high and low, plus charge and drain totals. Body battery rises with rest and falls with activity and stress, so a multi-day range shows whether energy is trending down faster than it recovers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | 'summary' (default) drops per-minute sample series and truncates long lists, which is what you want for almost every question. 'full' returns Garmin's raw payload including every sample -- accurate but potentially enormous, so use it only when the individual data points matter. | summary |
| end_date | No | Date as YYYY-MM-DD, or relative: 'today', 'yesterday', '-7d', '-2w', '-3m'. | today |
| start_date | No | Date as YYYY-MM-DD, or relative: 'today', 'yesterday', '-7d', '-2w', '-3m'. | -7d |