artist_name_disambiguator
Find the correct Spotify artist ID when a name matches multiple artists. Searches candidates and profiles each by genres, active years, and sample releases so you can identify the right one.
Instructions
Resolves an ambiguous artist name: runs a typed artist search and profiles each candidate (genres, active year span and a sample release from a small discography probe) so you can pick the right ID. Quota: 1 /search + 1 small albums call per candidate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Artist name to disambiguate | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| candidates_cap | No | Candidates profiled. Default: 5 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |