edit_food_entry
Adjust the amount or scheduled time of an existing food log entry. Specify the entry ID, new grams, and optionally the date and time.
Instructions
Change the amount or time of an already logged food entry.
Use get_food_log to find entry IDs.
Args: entry_id: The serving ID of the entry to change. grams: New amount in grams. time: New time as HH:MM or HH:MM:SS. date: Date the entry is on as YYYY-MM-DD (defaults to today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| time | No | ||
| grams | No | ||
| entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |