Search Music Releases
music.releases.searchSearch for albums, singles, and EPs across 50M+ recordings by title or artist using Lucene syntax. Filter results with limit and pagination offset.
Instructions
Search for albums, singles, and EPs across 50M+ recordings — title, artist, date (MusicBrainz)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for release/album title (e.g. "OK Computer", "Kind of Blue"). Supports Lucene syntax: artist:"Radiohead" AND release:"OK Computer" | |
| limit | No | Max results to return (1-100, default 25) | |
| offset | No | Pagination offset for results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |