create_restaurant
Create a restaurant for the active school to hold menu items. Use this administrative action to set up a new dining option while confirming the write operation.
Instructions
ADMIN: Creates a restaurant for the active school; the restaurant can then hold menu items via create_menu_item. Requires pac_cordinator role. WRITE operation — confirm with the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Restaurant display name | |
| description | No | Optional restaurant description | |
| school_slug | No | School slug — defaults to the active school | |
| tax_percent | No | Sales tax percentage applied to orders (e.g. 5 for 5%) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| isActive | No |