get_album
Retrieve detailed Spotify album information using its unique ID, including track listings, release date, album artwork, genre data, and market availability. Enables music discovery and metadata research for playlists.
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
Name | Required | Description | Default |
---|---|---|---|
albumId | Yes | Spotify album ID or URI | |
token | Yes | Spotify access token for authentication |