update_weight
Log your current weight for a date. First weigh-in requires goal weight and height to set tracking parameters.
Instructions
Record the user's weight for a date. First weigh-in requires goal_weight_kg and current_height_cm. Requires profile auth (check_auth_status first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format (default today) | |
| comment | No | ||
| height_type | No | ||
| weight_type | No | ||
| goal_weight_kg | No | ||
| current_height_cm | No | ||
| current_weight_kg | Yes | Current weight in kg |