create_artist
Add a new artist to BNDY only after confirming no existing match; the entry is flagged for AI manual review.
Instructions
Create a new artist in BNDY (with AI review flags). Only use if search_artist found no matches. Artist will be flagged for manual review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Artist name | |
| artistType | Yes | Type of artist | |
| location | Yes | Artist location (city or region, e.g., "North East", "Manchester", "London") | |
| locationType | No | Location type: "city" for specific city/town (with coordinates), "regional" for wider area like "North East UK" | |
| bio | No | Artist biography | |
| profileImageUrl | No | Optional profile image URL. If external, Lambda will download and upload to S3 for permanent storage. | |
| genres | No | Optional array of music genres | |
| facebookUrl | No | Optional Facebook URL | |
| instagramUrl | No | Optional Instagram URL | |
| spotifyUrl | No | Optional Spotify URL | |
| externalIds | No | External system references for cross-referencing (optional) |