Copy Saved Meal to Diary
fatsecret_copy_saved_meal_to_diaryCopy foods from a saved meal template into your food diary for a specified date and meal.
Instructions
Copy all foods from a saved meal template into the food diary for a specific date and meal.
Args:
saved_meal_id: ID of the saved meal to copy
meal: Target meal type
date: Target date YYYY-MM-DD (default: today)
Returns: Confirmation that entries were created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved_meal_id | Yes | Saved meal ID to copy | |
| meal | Yes | Target meal slot | |
| date | No | Target date YYYY-MM-DD (default: today) |