musicbrainz-mcp-server: get release group
musicbrainz_get_release_groupRelease-group ("the album" above specific pressings) by MBID: primary type (Album/Single/EP) and secondary types (Live/Compilation), first-release date, artist credit, the list of releases (editions), tags/genres, and a cover-art availability flag from the WS/2 payload (use musicbrainz_get_cover_art for actual image URLs). The embedded releases list is capped at one page (25); for the complete set of editions, call musicbrainz_browse_entities with target_type=release and link.release-group. For a specific edition's tracklist, take a release MBID from the releases list and call musicbrainz_get_release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Release-group MBID (36-character UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The one-page cap that was applied. Absent when not truncated. | |
| mbid | No | Release-group MBID. | |
| tags | No | Community tags/genres (may be empty). | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of releases returned. Absent when not truncated. | |
| title | No | Release-group title. | |
| notice | No | How to fetch the complete list of editions when truncated. | |
| coverArt | No | Whether cover art exists (availability stub from WS/2). | |
| releases | No | Releases (editions) in this group (one page; may be empty or capped — use browse for all). | |
| truncated | No | True when the releases list hit the one-page cap and more editions exist. Absent when the full set fit in one page. | |
| primaryType | No | Primary type (Album, Single, EP, Broadcast, Other). Omitted when absent. | |
| artistCredit | No | Credited artists (may be empty). | |
| disambiguation | No | Short qualifier. Omitted when absent. | |
| secondaryTypes | No | Secondary types (Live, Compilation, Soundtrack, …). Omitted when none. | |
| firstReleaseDate | No | Earliest release date across all editions. Omitted when absent. | |
| artistCreditString | No | Display string of the artist credit with join phrases. |