setlist_search_artists
Search setlist.fm for artists by name or MusicBrainz ID. Returns matching artists with their MusicBrainz ID for later use.
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 |
|---|---|---|---|
| p | No | Result page number (defaults to 1) | |
| sort | No | Sort order (sortName = default, or relevance) | |
| artistMbid | No | Artist's MusicBrainz ID (mbid) | |
| artistName | No | Artist name to search for |