Spotify MCP

get_artist_top_tracks

Get top tracks for an artist Args: artist_id: Spotify artist ID

Input Schema

NameRequiredDescriptionDefault
artist_idYes

Input Schema (JSON Schema)

{ "properties": { "artist_id": { "title": "Artist Id", "type": "string" } }, "required": [ "artist_id" ], "title": "get_artist_top_tracksArguments", "type": "object" }