resolve_artist
Resolve an artist name, Spotify URI, or search query into a Spotify artist ID by searching the catalog, enabling direct use in playback and library actions.
Instructions
Resolve an artist name or URI to a Spotify artist ID via search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Search results to consider, 1–10. Default: 5 | |
| query | Yes | Artist name, spotify:artist: URI, or search query | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |