add_weigh_in
Add a weigh-in record with weight and optional body composition metrics to Garmin Connect.
Instructions
Add a new weigh-in record with optional body composition data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format (required) | |
| weight | Yes | Weight in kilograms (required) | |
| bodyFatPercent | No | Body fat percentage (optional) | |
| boneMassPercent | No | Bone mass percentage (optional) | |
| bodyWaterPercent | No | Body water percentage (optional) | |
| muscleMassPercent | No | Muscle mass percentage (optional) |