Log Weight
fatsecret_update_weightLog a weight measurement in kilograms for a specific date. Optionally include a comment.
Instructions
Log a weight measurement for a specific date.
Args:
weight_kg: Weight in kilograms
date: Date YYYY-MM-DD (default: today)
comment: Optional note
Returns: Confirmation of logged weight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight_kg | Yes | Weight in kilograms | |
| date | No | Date YYYY-MM-DD (default: today) | |
| comment | No | Optional note |