set_daily_menu
Assign a restaurant menu item to a date, making it orderable for parents, with an optional daily quantity cap.
Instructions
ADMIN: Assigns a restaurant menu item to a date so parents can order it, optionally capping the quantity. Requires pac_cordinator or lunch_cordinator role. WRITE operation — confirm with the user. Get IDs from list_school_restaurants and list_menu_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menu_date | Yes | Date the item is orderable, YYYY-MM-DD | |
| menu_item_id | Yes | Menu item ID — from list_menu_items | |
| available_qty | No | Maximum portions for the day; omit for unlimited | |
| restaurant_id | Yes | Restaurant ID — from list_school_restaurants |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| menuDate | No | ||
| menuItemId | No | ||
| availableQty | No |