artist_top_tracks
ActiveTool of Last Fm
declared in 0.1.0
Most-played tracks for an artist.
Parameters schema
{
"type": "object",
"examples": [
{
"artist": "David Bowie"
},
{
"limit": 10,
"artist": "Pink Floyd"
}
],
"required": [
"artist"
],
"properties": {
"mbid": {
"type": "string"
},
"limit": {
"type": "number"
},
"artist": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries