create-body-measurement
Record body measurements for a specific date with optional weight, lean mass, fat percentage, and circumference fields. Returns an error if an entry already exists for that date.
Instructions
Create a body measurement entry for a given date. All measurement fields are optional. Returns 409 if an entry already exists for that date — use update-body-measurement instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date of the body measurement (YYYY-MM-DD). Must be unique — returns 409 if an entry already exists for this date. | |
| weightKg | No | Body weight in kilograms | |
| leanMassKg | No | Lean body mass in kilograms | |
| fatPercent | No | Body fat percentage | |
| neckCm | No | Neck circumference in centimeters | |
| shoulderCm | No | Shoulder circumference in centimeters | |
| chestCm | No | Chest circumference in centimeters | |
| leftBicepCm | No | Left bicep circumference in centimeters | |
| rightBicepCm | No | Right bicep circumference in centimeters | |
| leftForearmCm | No | Left forearm circumference in centimeters | |
| rightForearmCm | No | Right forearm circumference in centimeters | |
| abdomen | No | Abdomen circumference in centimeters | |
| waist | No | Waist circumference in centimeters | |
| hips | No | Hips circumference in centimeters | |
| leftThigh | No | Left thigh circumference in centimeters | |
| rightThigh | No | Right thigh circumference in centimeters | |
| leftCalf | No | Left calf circumference in centimeters | |
| rightCalf | No | Right calf circumference in centimeters |