get_editions
List physical editions and pressings of an album via Discogs. Provide a MusicBrainz release-group ID to retrieve versions with format, country, year, and community stats.
Instructions
List physical editions/pressings of an album via Discogs.
Resolves the Discogs master for the album -- preferring the discogs
relation stored on the MusicBrainz release group (exact match), and
falling back to a Discogs title/artist search when no such relation
exists. Then lists the master's versions (pressings, reissues, box sets)
with format, country, year and community stats. Requires DISCOGS_TOKEN.
Args:
mbid: MusicBrainz release-group ID (from search_release).
max_versions: Max editions to return (1-50).
Returns:
A dict with master info and a versions list. match_method
reports how the master was resolved ("musicbrainz-relation" or
"discogs-search").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | ||
| max_versions | No |