generate_random_meal_plan
Auto-fill a date range with random recipes from your collection. Specify start and end dates and meal type to create a meal plan.
Instructions
Auto-fill a date range with random recipes from your collection.
Args: start_date: Start date (YYYY-MM-DD) end_date: End date (YYYY-MM-DD) entry_type: Meal type — "breakfast", "lunch", "dinner", or "side" (default "dinner")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| entry_type | No | dinner | |
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |