Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_artist_albums

Retrieve an artist's full discography, including albums, singles, compilations, and featured appearances, using Spotify data. Build playlists, discover rare releases, track artist evolution, and explore collaborations with detailed album information.

Instructions

Explore an artist's complete discography including albums, singles, compilations, and appearances.

🎯 USE CASES: • Building complete artist discography playlists • Discovering rare releases and B-sides • Tracking artist evolution through their album releases • Finding collaborations and featured appearances • Creating chronological listening experiences

📝 WHAT IT RETURNS: • Complete album listing with release dates and types • Album artwork and track counts • Collaboration information and featured artists • Market availability and release formats • Popularity metrics for each release

🔍 EXAMPLES: • "Get all albums by The Beatles" • "Show me Drake's singles and EPs only" • "Find all releases by artist ID: 4dpARuHxo51G3z768sgnrY" • "I want to see Beyoncé's complete discography"

💡 ALBUM TYPES: • 'album' - Full studio albums • 'single' - Singles and EPs • 'compilation' - Greatest hits, compilations • 'appears_on' - Featured appearances on other artists' work

⚠️ REQUIREMENTS: • Valid Spotify access token • Artist must have releases available

Input Schema

NameRequiredDescriptionDefault
albumTypeNoalbum
artistIdYesSpotify artist ID or URI
limitNo
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "albumType": { "default": "album", "description": "", "enum": [ "album", "single", "appears_on", "compilation" ], "type": "string" }, "artistId": { "description": "Spotify artist ID or URI", "type": "string" }, "limit": { "default": 20, "description": "", "maximum": 50, "minimum": 1, "type": "number" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token", "artistId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/latiftplgu/Spotify-OAuth-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server