setlist_search_artists
Search setlist.fm for artists by name or MusicBrainz ID to get matching results with IDs for further setlist queries.
Instructions
Search setlist.fm for artists by name or MusicBrainz ID. Returns matching artists with their MusicBrainz ID (mbid) — use that mbid with setlist_get_artist or setlist_get_artist_setlists. Results include a setlist.fm url; when you present this data, cite it as a clickable source link to setlist.fm (their API terms require followable attribution — no nofollow). If a result has no url, link to https://www.setlist.fm instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artistName | No | Artist name to search for | |
| artistMbid | No | Artist's MusicBrainz ID (mbid) | |
| sort | No | Sort order (sortName = default, or relevance) | |
| p | No | Result page number (defaults to 1) |