generate_grocery_list
Generate a grocery list for a specified date range. Provide start and end dates to receive a compiled list of ingredients needed for meals in that period.
Instructions
Generate a grocery list for a specified date range.
Args:
date_range: Dictionary containing start and end dates in format YYYY-MM-DD
- start: Start date (required)
- end: End date (required)
Returns:
Dictionary with the path to the generated grocery list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range | Yes |