Resolve a MusicBrainz URL to its entity
musicbrainz_resolveResolve a MusicBrainz URL into its underlying entity by extracting the entity type and MBID, then looking up the data. Supports optional subqueries via inc. Read-only.
Instructions
Turn a musicbrainz.org URL (e.g. https://musicbrainz.org/artist/ or /release-group/) into the underlying entity by extracting its type + MBID and looking it up. Handy when a user pastes a MusicBrainz link. Pass inc to include linked sub-entities. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inc | No | Subqueries to include on the resolved entity | |
| url | Yes | A musicbrainz.org entity URL or an "entity/mbid" path | |
| 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. |