tag_top_artists
ActiveTool of Last Fm
declared in 0.1.0
Fetch the top Last.fm artists for a genre tag (e.g. 'rock', 'electronic'); returns ranked artist names with listener counts.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "rock"
},
{
"tag": "indie",
"limit": 15
}
],
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string"
},
"limit": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries