Create Saved Meal Template
fatsecret_create_saved_mealCreate a reusable meal template (e.g., 'Post-Workout Chicken & Rice') by providing a name, optional description, and default meal type. Use this template to quickly log meals in your diary.
Instructions
Create a reusable meal template (e.g., "Post-Workout Chicken & Rice"). After creating, add foods to it with fatsecret_add_food_to_saved_meal.
Args:
saved_meal_name: Name for the template
saved_meal_description: Optional description
meal_type: Default meal type when copied to diary
Returns: Created saved meal with its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved_meal_name | Yes | Name for the meal template | |
| saved_meal_description | No | Optional description | |
| meal_type | No | Default meal type | other |