list_body_metrics
List body composition entries within a date range. Use when the user asks about their weight history, body fat trend, or any body metrics over time.
Maximum range: 31 days per call. For longer periods, make multiple calls with sequential date ranges.
INFER — do not ask:
start_date: default to 30 days ago
end_date: default to today
BMI in the output is derived from the user's canonical height and that day's resolved weight -- do not recompute it yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End of date range. Format: YYYY-MM-DD. Default: today. | |
| start_date | No | Start of date range. Format: YYYY-MM-DD. Default: 30 days ago. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |