add_saved_meal_item
Add a food item to a previously saved meal by specifying the food ID, serving size, and quantity. Helps you update meal plans by including new ingredients without creating a new meal.
Instructions
Add a food item to a saved meal. Requires profile auth (check_auth_status first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food_id | Yes | Food ID to add | |
| serving_id | Yes | Serving ID | |
| saved_meal_id | Yes | Saved meal ID | |
| number_of_units | Yes | Number of serving units | |
| saved_meal_item_name | Yes | Item name |