Search MusicBrainz
musicbrainz_searchSearch MusicBrainz for entities like artists, releases, and recordings using plain text or fielded Lucene queries. Returns ranked results with MBIDs for further detail lookup.
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 |
|---|---|---|---|
| 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) |