mhlb_get_menu
Retrieve a student's orderable lunch menu for a specific date, including vendor, items, prices, and ordering deadline.
Instructions
Get the orderable menu for one student on one date — the vendor, items, sizes, add-ons, prices and the ordering deadline. This is the read half of placing an order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The lunch date (YYYY-MM-DD). | |
| studentId | Yes | Student id from mhlb_list_students. |