log_meal
Log a meal using caller-supplied nutrition estimates, with an idempotency key to prevent duplicate entries.
Instructions
Log a meal using caller-supplied estimates and an idempotency key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| notes | No | ||
| raw_text | Yes | ||
| meal_type | Yes | ||
| confidence | Yes | ||
| local_date | No | ||
| local_time | No | ||
| meal_label | No | ||
| idempotency_key | Yes | ||
| estimated_total_fat_g | No | ||
| estimated_total_fiber_g | No | ||
| estimated_total_sugar_g | No | ||
| estimated_total_calories | Yes | ||
| estimated_total_protein_g | Yes | ||
| estimated_total_sodium_mg | No | ||
| estimated_total_carbohydrate_g | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||