Get Lunch Menu
get_lunch_menuRetrieve your school's orderable lunch menu with item names, prices, dietary tags, and remaining quantity. Specify a date or month for per-day listings; returns menu_item_id needed for placing orders.
Instructions
Returns the orderable lunch menu for the user's active school - item names, prices, dietary tags, and remaining quantity. Pass date for a single day or month for a per-day listing across the whole month (today if neither is given); if both are passed, date wins. The menu_item_id values returned are required by create_lunch_order_draft. For orders already placed, use list_my_lunch_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Single day to show, YYYY-MM-DD; omit when using month | |
| month | No | Calendar month to show, YYYY-MM; omit when using date. Today is used when neither is given |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date this menu applies to, YYYY-MM-DD | |
| menuItems | No | Items orderable on that date |