create_location
Add a new restaurant branch by specifying its name and GPS coordinates. Optionally include contact, type, and capacity.
Instructions
Create a new restaurant location/branch. Requires a name and location coordinates (lat/lng object).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | GPS coordinates and address | |
| restaurant_name | Yes | Location/branch name | |
| restaurant_type | No | Type of restaurant (e.g. 'cafe', 'restaurant') | |
| restaurant_email | No | Location contact email | |
| restaurant_phone | No | Location phone number | |
| restaurant_schedule | No | Opening hours schedule object | |
| reservation_capacity | No | Maximum guest capacity for reservations |