Create School Restaurant (Admin)
create_school_restaurantAdd a restaurant to the active school, enabling it to offer menu items for lunch orders. Requires coordinator role and user confirmation.
Instructions
ADMIN: Adds a restaurant to the active school so it can offer menu items via create_restaurant_menu_item. To change an existing restaurant there is no update tool - recreate or manage it in the Paxaver admin. Requires pac_cordinator role. WRITE - 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 | Restaurant ID | |
| name | No | Restaurant name | |
| isActive | No | Whether the restaurant is active |