You're viewing a demo portfolio

Join the waitlist
PRSM

user_top_tracks

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Last Fm

https://github.com/pipeworx-io/mcp-last-fm

1/7 registries
View full server →
user_top_tracks — Last Fm — PRSM MCP