get_body_battery
Retrieve body battery values across the day, including minimum, maximum, charged, and drained totals, for a specified date.
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 |