Look up a MusicBrainz entity by MBID
musicbrainz_lookupLook up any MusicBrainz entity by its MBID, with optional inclusion of linked sub-entities via 'inc' parameter.
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) | |
| entity | Yes | Entity type to look up |