Browse MusicBrainz entities linked to another
musicbrainz_browseList all entities directly linked to a MusicBrainz ID, such as releases by an artist. Paginated with optional subqueries.
Instructions
List all entities of one type directly linked to a given entity — e.g. every release by an artist (entity: "release", linkedBy: "artist", mbid: ), recordings on a release, releases in a collection, or events at a place. This is the complete, paged set for a relationship (unlike search, which ranks fuzzy matches). Use inc for extra detail and limit/offset to page (max 100/page). Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inc | No | Subqueries to include, e.g. ["labels","recordings"] | |
| mbid | Yes | MBID of the linking entity | |
| limit | No | Max results (1–100, default 25) | |
| entity | Yes | Result entity type to list | |
| offset | No | Result offset for paging (default 0) | |
| linkedBy | Yes | The relationship to browse by (the linking entity type) |