user_top_tracks
ActiveTool of Last Fm
declared in 0.1.0
Fetch a Last.fm user's most-scrobbled tracks for a given period (overall/7day/1month/3month/6month/12month); returns track names, artists, and play counts.
Parameters schema
{
"type": "object",
"examples": [
{
"user": "rj"
},
{
"user": "lastfmuser",
"limit": 20,
"period": "7day"
}
],
"required": [
"user"
],
"properties": {
"user": {
"type": "string"
},
"limit": {
"type": "number"
},
"period": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Last Fm
https://github.com/pipeworx-io/mcp-last-fm
1/7 registries