get_by_external_id
Look up a venue, artist, or event by its external system reference to check for existing records before creation, ensuring idempotent imports.
Instructions
Look up a venue, artist, or event by its external system reference. Use this to check if an entity already exists in BNDY before creating it, enabling idempotent imports across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | Yes | Type of entity to look up | |
| source | Yes | External system name (e.g., "onthecasemusic", "songkick", "bandsintown") | |
| id | Yes | ID in the external system |