create_tandoor_meal_plan
Plan meals in Tandoor by adding recipes for a chosen date and meal type, with optional servings, notes, and titles.
Instructions
Add one or more recipes to the Tandoor meal plan for a specific date and meal type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note for the meal plan entry. | |
| title | No | Optional title for the meal plan entry. | |
| recipes | Yes | An array of recipe names or recipe IDs to add to the plan. | |
| servings | No | Optional number of servings for the meal plan entry (default: 1). | |
| meal_type | Yes | The name of the meal type (e.g., 'Dinner', 'Lunch'). Must match an existing meal type in Tandoor. | |
| start_date | Yes | The date for the meal plan entry (YYYY-MM-DD). |