search_release
Search MusicBrainz for release groups (albums) by title or keywords, optionally filtered by artist, and retrieve MBIDs, types, and release dates.
Instructions
Search MusicBrainz for release groups (albums) matching a query.
A "release group" is the canonical album, independent of its many physical
editions -- the right granularity for browsing a discography. Use the
returned mbid with the other tools.
Args: query: Free-text album title or keywords (e.g. "Red", "Larks' Tongues"). artist: Restrict to this artist. Defaults to "King Crimson". limit: Max results (1-25).
Returns:
A dict with a results list of {mbid, title, primary_type,
first_release_date, disambiguation}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| artist | No | King Crimson |