Add Food to Saved Meal
fatsecret_add_food_to_saved_mealAdd a food item to an existing saved meal template with specified serving size and quantity, and get confirmation with nutrition details.
Instructions
Add a food item to an existing saved meal template.
Args:
saved_meal_id: ID of the saved meal
food_id: FatSecret food ID to add
food_entry_name: Display name
serving_id: Serving size ID
number_of_units: Number of servings
Returns: Confirmation with nutrition details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved_meal_id | Yes | Saved meal ID | |
| food_id | Yes | Food ID to add | |
| food_entry_name | Yes | Display name | |
| serving_id | Yes | Serving size ID | |
| number_of_units | Yes | Number of servings |