Edit Food Diary Entry
fatsecret_edit_food_entryEdit a food diary entry to update serving size, number of servings, or meal type for accurate nutrition tracking.
Instructions
Edit an existing food diary entry. Can change serving size, number of units, or meal type.
Args:
food_entry_id: The entry ID to edit (from get_food_entries)
food_entry_name: Updated display name (optional)
serving_id: New serving ID (optional)
number_of_units: New number of servings (optional)
meal: New meal type (optional)
Returns: Updated entry with new nutrition values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food_entry_id | Yes | Food entry ID to edit | |
| food_entry_name | No | Updated display name | |
| serving_id | No | New serving ID | |
| number_of_units | No | New number of servings | |
| meal | No | New meal type |