book_lunch
Book office lunch for a specific date and time. Optionally select a food item, specify quantity, or indicate vegetarian preference.
Instructions
Book office lunch for a date.
Args: date: Slot date as DD-MM-YYYY, e.g. "23-06-2026". time: Slot time as HH:MM (defaults to the captured slot time). food_id: Optional item id to order; if empty, books the template's item. food_name: Optional human-readable name for that item. price: Optional unit price for that item (0 = keep template price). veg: Whether the item is vegetarian. quantity: Number of units (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| time | No | 20:13 | |
| food_id | No | ||
| food_name | No | ||
| price | No | ||
| veg | No | ||
| quantity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |