get_meals
Retrieve school meal data for snack, lunch, and afternoon snack for a specific date or today. Supports multiple schools via subdomain.
Instructions
Get school meal information for a given date (defaults to today).
Args: date_str: Date in YYYY-MM-DD format. Leave empty for today. school: School subdomain (only needed with multiple schools).
Returns: JSON of meal data (snack, lunch, afternoon_snack)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No | ||
| date_str | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |