Get Artist Details
music.artists.detailsRetrieve detailed artist information from MusicBrainz including tags, ratings, external links, life span, and area by providing a MusicBrainz ID.
Instructions
Get detailed artist info by MusicBrainz ID — tags, ratings, external links, life span, area (MusicBrainz)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | Yes | MusicBrainz artist ID (UUID format, e.g. "a74b1b7f-71a5-4011-9441-d0b5e4122711") |
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. |