get_body_battery
Retrieve body battery readings for a specific date, including min, max, charged, and drained totals. Leave the date blank to get today's energy data.
Instructions
Body battery values across the day, plus min, max, charged, and drained totals.
Args: date: Calendar date in YYYY-MM-DD format. Defaults to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| charged | No | ||
| drained | No | ||
| timeline | No | ||
| max_value | No | ||
| min_value | No | ||
| current_value | No |