Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_album

Retrieve detailed Spotify album information, including track listings, artist details, release date, artwork, and metadata, using a unique album ID or URI. Ideal for playlist management and music discovery.

Instructions

Retrieve comprehensive information about a specific album from Spotify using its unique identifier.

🎯 USE CASES: • Check album details before adding to playlist • Get track listing for a specific album • View album artwork, release date, and artist information • Research album metadata for music discovery

📝 WHAT IT RETURNS: • Album name, artists, and release date • Complete track listing with durations • Album artwork in multiple resolutions • Spotify popularity metrics and genre information • External URLs and market availability

🔍 EXAMPLES: • "Get details for the album 'Abbey Road' by The Beatles" • "Show me information about album ID: 1klALx0u4AavZNEvC4LrTL" • "I need the track list for this album I found"

⚠️ REQUIREMENTS: • Valid Spotify access token with appropriate scopes • Album must exist and be available in user's market

Input Schema

NameRequiredDescriptionDefault
albumIdYesSpotify album ID or URI
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "albumId": { "description": "Spotify album ID or URI", "type": "string" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token", "albumId" ], "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