get_body_composition
Retrieve weight, body fat, and muscle-mass trends over a configurable recent period using Garmin Connect data.
Instructions
Weight, body fat, and muscle-mass trend over recent days.
Returns one row per day Garmin has a reading for, plus the latest weight and average over the window.
Args: end_date: End of the window in YYYY-MM-DD format. Defaults to today. days: Window size in days. Capped at 90.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| note | No | ||
| avg_weight_kg | No | ||
| latest_weight_kg | No |