musicbrainz-mcp-server: get artist
musicbrainz_get_artistArtist profile by MBID: type (person/group/…), country, life span, gender, area, aliases, tags/genres, plus the discography (release-groups) and band-membership / collaboration relationships and external links (Wikidata QID, Discogs, official site — surfaced as url-rels chainable to those servers). The 80% artist-detail call. Discography and relationships are capped at one page (25); for a prolific artist's complete release-group list, call musicbrainz_browse_entities with target_type=release-group and the artist link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | Artist MBID (36-character UUID). | |
| inc_relationships | No | Include band-membership / collaboration relationships and external links (url-rels). | |
| inc_release_groups | No | Include the discography (release-groups). Capped at one page; use browse for the full set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The one-page cap that was applied. Absent when not truncated. | |
| area | No | Associated area name. Omitted when unknown. | |
| mbid | No | Artist MBID. | |
| name | No | Artist name. | |
| tags | No | Community tags/genres with vote counts (may be empty). | |
| type | No | Artist type (Person, Group, Orchestra, …). Omitted when unknown. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of release-groups returned. Absent when not truncated. | |
| gender | No | Gender, for person-type artists. Omitted when unknown/inapplicable. | |
| notice | No | How to fetch the complete discography when truncated. | |
| aliases | No | Alternate names (may be empty). | |
| country | No | ISO country code. Omitted when unknown. | |
| lifeSpan | No | Birth/death or formation/dissolution span. Omitted when unknown. | |
| sortName | No | Sortable name form. Omitted when absent. | |
| truncated | No | True when the discography hit the one-page cap and more release-groups exist. Absent when the full set fit in one page. | |
| externalLinks | No | External resource links (url-rels) — Wikidata, Discogs, official site (may be empty). | |
| relationships | No | Band membership and collaboration relationships (may be empty). | |
| releaseGroups | No | Discography — release-groups (one page; may be empty or capped). | |
| disambiguation | No | Short qualifier distinguishing same-named artists. Omitted when absent. |