MCP Spotify Server

get_artist_top_tracks

Retrieve an artist's top tracks from Spotify's catalog using the artist's ID or URI. Optionally specify a market to tailor results by region with the MCP Spotify Server.

Instructions

Get Spotify catalog information about an artist's top tracks

Input Schema

NameRequiredDescriptionDefault
idYesThe Spotify ID or URI for the artist
marketNoOptional. An ISO 3166-1 alpha-2 country code

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Spotify ID or URI for the artist", "type": "string" }, "market": { "description": "Optional. An ISO 3166-1 alpha-2 country code", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: mmrvuig6tp