Search MusicBrainz
musicbrainz_searchFind MusicBrainz entities by plain-text name or fielded Lucene query; get ranked matches with MBIDs for artists, releases, recordings, and more.
Instructions
Search a MusicBrainz entity type with a Lucene query and get back ranked matches with their MBIDs. Plain text matches the entity name; fielded Lucene also works, e.g. artist:"Miles Davis" AND country:US, release:"Kind of Blue" AND format:Vinyl, or recording:"So What" AND dur:[540000 TO 560000]. Feed a returned MBID into musicbrainz_lookup for full detail. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns MusicBrainz's payload untouched. No field projection: this server has no verified record of which MusicBrainz fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max results (1–100, default 25) | |
| query | Yes | Lucene query string (plain text or fielded) | |
| entity | Yes | Entity type to search | |
| offset | No | Result offset for paging (default 0) |