get_daily_menu
Retrieve the daily lunch menu for the active school by date or month, defaulting to today's menu, and obtain menu_item_id values needed to place lunch orders.
Instructions
Returns the daily lunch menu for the user's active school. Accepts either "date" (YYYY-MM-DD) or "month" (YYYY-MM). If neither is given, returns today's menu. Read-only. Use this to find menu_item_id values for order_lunch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD | |
| month | No | YYYY-MM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| menuItems | No |