create_meal_plan
Create a meal plan in Tandoor by specifying start date, meal type, and servings. Add recipes, notes, and automatically generate shopping lists.
Instructions
Create meal plan. Required: from_date (ISO), meal_type_id, servings. Optional: recipe_id, title, note, addshopping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_id | No | ||
| title | No | ||
| servings | Yes | ||
| from_date | Yes | ||
| to_date | No | ||
| meal_type_id | Yes | ||
| note | No | ||
| addshopping | No |