create_food_entry
Log a food entry to a specific meal, such as breakfast or dinner. Specify the food, serving size, and quantity to record your intake for calorie and nutrition tracking.
Instructions
Add a food diary entry. Requires food_id, serving_id, and meal type. Requires profile auth (check_auth_status first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format (default today) | |
| meal | Yes | Meal type | |
| food_id | Yes | Food ID | |
| serving_id | Yes | Serving size ID | |
| food_entry_name | Yes | Name for the food entry | |
| number_of_units | Yes | Number of serving units |