get_weight
Retrieve body weight, BMI, and body fat percentage over a date range, including optional individual weigh-in entries.
Instructions
Body weight & body composition (weight, BMI, body-fat %) over a date range. Set include_raw for the individual weigh-in entries too. Default range: the 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. | |
| include_raw | No | Also include individual weigh-in entries. Default: false. |