get_artist_top_tracks
Retrieve an artist's most-played tracks in a specific market. Use this to display top songs per country or analyze regional listening trends.
Instructions
Get an artist's ten most-played tracks for a market. Removed by Spotify's February 2026 Web API changes — unavailable for newer app registrations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify artist ID | |
| market | No | ISO 3166-1 alpha-2 country code. Defaults to the account country. | |
| 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 |