create_venue
Create a new venue by specifying its name, address, city, region, country, and postal code.
Instructions
Create a new venue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City of the venue | |
| name | Yes | Name of the venue | |
| region | No | State/region of the venue | |
| address | No | Street address of the venue | |
| country | No | Country of the venue (2-letter code) | |
| postal_code | No | Postal code of the venue |