get_artist_top_tracks
ActiveTool of Spotify
declared in 0.1.0
Top tracks for an artist in a market (Spotify recommendation).
Parameters schema
{
"type": "object",
"examples": [
{
"artist_id": "1Xyo4u8uISC60aNvD2MZpP"
},
{
"market": "CA",
"artist_id": "1Xyo4u8uISC60aNvD2MZpP"
}
],
"required": [
"artist_id"
],
"properties": {
"market": {
"type": "string",
"description": "ISO market code (default \"US\")"
},
"artist_id": {
"type": "string",
"description": "Spotify artist ID"
}
}
}Parent server
Spotify
https://github.com/pipeworx-io/mcp-spotify
1/7 registries