create_venue
Find or create a venue with automatic Google Places enrichment and deduplication. Returns existing venue ID if matched, otherwise creates a new one. No need to pre-check.
Instructions
Find or create a venue in BNDY. Automatically enriches with Google Places data and deduplicates via Place ID match. Returns existing venueId if matched, otherwise creates new. Safe to call without pre-checking via search_venue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Official venue name | |
| address | Yes | Full address including city and postcode | |
| city | Yes | City name | |
| googlePlaceId | No | Google Place ID (optional but strongly recommended for accuracy) | |
| latitude | No | Latitude coordinate (optional) | |
| longitude | No | Longitude coordinate (optional) | |
| facebookUrl | No | Facebook page URL (optional - e.g., "https://www.facebook.com/venuename") | |
| externalIds | No | External system references for cross-referencing (optional) |