garmin_get_body_composition
Retrieve body composition data from Garmin Connect as a table with weight, body fat, muscle mass, water percentage, and BMI. Filter by date range.
Instructions
Body composition entries (Garmin Index scale or manual) as a table (max 90 days, default last 30). Columns: date, weight_kg, body_fat_pct, muscle_mass_kg, body_water_pct, bmi. Only days with a measurement appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ISO end date (inclusive). Default: today. | |
| start_date | No | ISO start date (inclusive). Default: 29 days before end_date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |