get_meals
Retrieve the school meal menu for a chosen date, defaulting to today. Shows snack, lunch, and afternoon snack, with optional breakfast and dinner when available.
Instructions
Get the meal menu (snack/lunch/afternoon snack) for a date (default today).
Tries the personal meal-ordering endpoint first; when the school hasn't enabled it, falls back to the school's public canteen menu widget. By default only snack/lunch/afternoon_snack are returned; set include_breakfast / include_dinner to also include those extra meals (only available via the public widget).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_str | No | ||
| subdomain | No | ||
| include_dinner | No | ||
| include_breakfast | No |