create_meal_plan
Plan meals by adding dated entries to your meal plan, optionally linking an existing recipe and setting the meal type.
Instructions
Create a new meal plan entry for a specific date. Can optionally link to an existing recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date for the meal plan entry (YYYY-MM-DD format) | |
| text | No | Optional notes or description | |
| title | No | Optional title for the meal plan entry | |
| recipeId | No | Optional recipe ID to link to this meal plan entry | |
| entryType | No | Type of meal: breakfast, lunch, dinner, side, snack, drink, or dessert | dinner |