create_mealplan
Create a meal plan entry with date, meal type, cook, and dishes, then save it to a structured file for organized meal scheduling.
Instructions
Create a meal plan entry with the specified parameters and save it to a file.
Args:
meal_plan: A meal plan object containing:
- date: The date for the meal plan
- meal_type: The type of meal (breakfast, lunch, dinner, snack)
- title: The title of the meal
- cook: The person who will cook the meal
- dishes: List of dishes to be prepared
Returns:
str: A summary of the meal plan and the path where it was saved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meal_plan | Yes |