musicbrainz-mcp-server: get release
musicbrainz_get_releaseOne edition's full detail by MBID: the tracklist (media → tracks → recordings with lengths and recording MBIDs), label + catalog number, barcode, country, release date, format, packaging, text representation (language/script), and a cover-art availability stub. Track lengths are rendered m:ss (stored as milliseconds upstream). For the actual cover image URLs, call musicbrainz_get_cover_art with this release MBID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Release MBID (36-character UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Release date. Omitted when absent. | |
| mbid | No | Release MBID. | |
| error | No | Present when the call failed. Absent on success. | |
| media | No | Media (discs) with their tracklists (may be empty). | |
| title | No | Release title. | |
| script | No | Text-representation script code. Omitted when absent. | |
| status | No | Release status (Official, Promotion, Bootleg, …). Omitted when absent. | |
| barcode | No | Barcode (UPC/EAN). Omitted when absent; empty string upstream means "known to have none". | |
| country | No | Release country code. Omitted when absent. | |
| coverArt | No | Whether cover art exists (availability stub from WS/2). | |
| language | No | Text-representation language code. Omitted when absent. | |
| labelInfo | No | Label / catalog-number pairings (may be empty). | |
| packaging | No | Packaging type (Jewel Case, Digipak, …). Omitted when absent. | |
| artistCredit | No | Credited artists (may be empty). | |
| disambiguation | No | Short qualifier. Omitted when absent. | |
| releaseGroupId | No | Parent release-group MBID — chain to musicbrainz_get_release_group. Omitted when absent. | |
| artistCreditString | No | Display string of the artist credit with join phrases. |