create_meal_entry
Record a meal by specifying food, meal type, servings, calories, and date. Use quick-add for calorie-only entries or include macros, notes, and photo for full detail.
Instructions
Log a meal entry. Can reference a food definition or be a quick-add with just calories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fat | No | Total fat grams | |
| carbs | No | Total carbs grams | |
| notes | No | Optional notes about the meal | |
| protein | No | Total protein grams | |
| calories | Yes | Total calories | |
| foodName | Yes | Food name (denormalized for history) | |
| mealType | Yes | Meal type | |
| photoUrl | No | Optional photo URL | |
| dateString | Yes | Date (YYYY-MM-DD) | |
| isQuickAdd | No | True if quick-add without food definition | |
| servingCount | Yes | Number of servings | |
| foodDefinitionId | No | Food definition ID (omit for quick-add) | |
| householdServingName | No | Household serving name for display (e.g., "eggs") | |
| householdServingCount | No | Household serving count (e.g., 2 for "2 eggs") |