You're viewing a demo portfolio

Join the waitlist
PRSM

get_album

Active

Tool of Spotify

declared in 0.1.0

Fetch a Spotify album by album_id. Returns name, artists, release date, total tracks, label, genres, popularity, images, and full tracklist with track IDs and durations. Optional market filter.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "album_id": "2noRn2Aes5aoNVsU6iWjc0"
    },
    {
      "market": "US",
      "album_id": "2noRn2Aes5aoNVsU6iWjc0"
    }
  ],
  "required": [
    "album_id"
  ],
  "properties": {
    "market": {
      "type": "string",
      "description": "Market for availability"
    },
    "album_id": {
      "type": "string",
      "description": "Spotify album ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Spotify

https://github.com/pipeworx-io/mcp-spotify

1/7 registries
View full server →