You're viewing a demo portfolio

Join the waitlist
PRSM

track_info

Active

Tool of Last Fm

declared in 0.1.0

Fetch Last.fm track metadata by artist and track name (or MusicBrainz ID): duration, listener/play counts, genre tags, and wiki summary.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "track": "Smells Like Teen Spirit",
      "artist": "Nirvana"
    },
    {
      "track": "Bohemian Rhapsody",
      "artist": "Queen"
    }
  ],
  "required": [
    "artist",
    "track"
  ],
  "properties": {
    "mbid": {
      "type": "string"
    },
    "track": {
      "type": "string"
    },
    "artist": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Last Fm

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

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