bulk_import
Import artists, venues, and events in bulk with automatic deduplication. Uses Google Places for venue matching and processes server-side to prevent timeouts. Preview imports with dry-run mode.
Instructions
Bulk import structured data (artists, venues, events) into BNDY with automatic deduplication. Uses Google Places for venue matching and name matching for artists. Handles the entire import server-side to avoid timeouts. Supports dry-run mode to preview what would be imported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The structured data to import | |
| locationContext | No | Location context for Google Places searches (e.g., "Greater Manchester, UK"). Defaults to "Greater Manchester, UK" | |
| dryRun | No | If true, simulates the import without creating records. Use to preview what would be imported. |