Look up a MusicBrainz entity by MBID
musicbrainz_lookupRetrieve any MusicBrainz entity by MBID, using inc to include linked sub-entities and relationships.
Instructions
Fetch a single MusicBrainz entity (artist, release, recording, release-group, label, work, area, place, event, instrument, series, genre, url) by its MBID. Use inc to pull linked sub-entities and relationships, e.g. inc: ["releases","release-groups"] on an artist, or ["recordings","labels"] on a release, or ["artist-credits","url-rels"] on most entities. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inc | No | Subqueries/relationships to include, e.g. ["releases","url-rels","tags"] | |
| mbid | Yes | The entity MBID (UUID) | |
| 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. | |
| entity | Yes | Entity type to look up |