get_body_measurements
Retrieve body measurement history (weight, body fat, etc.) over a date range. Supports flexible date inputs and returns measurements with units, converting mass to user preference.
Instructions
Get body measurement history including weight, body fat percentage, and other measurements over time. Dates accept 'today', 'yesterday', 'YYYY-MM-DD', or ISO 8601; bare dates are whole days in the user's local timezone. Each measurement carries its own unit — mass types are converted to the user's preference, while circumference measurements have a null unit because the app records the number without a unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date, inclusive: 'today', 'yesterday', 'YYYY-MM-DD', or ISO 8601 | |
| from | No | Start date: 'today', 'yesterday', 'YYYY-MM-DD', or ISO 8601 | |
| type | No | Measurement type filter (e.g. 'weight', 'body_fat') |