get_album
ActiveTool 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"
}
}
}Parent server
Spotify
https://github.com/pipeworx-io/mcp-spotify
1/7 registries