Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_album_tracks

Access detailed track listings for any Spotify album, including song titles, durations, preview URLs, and artist credits. Use to build playlists, analyze album structure, or discover hidden tracks from your favorite albums.

Instructions

Retrieve the complete track listing for any album, including detailed information about each song.

🎯 USE CASES: • Building custom playlists from favorite albums • Checking track order and durations before purchase • Creating "deep cuts" playlists from lesser-known album tracks • Analyzing album structure and flow • Finding specific tracks within concept albums or compilations

📝 WHAT IT RETURNS: • Complete ordered track listing with track numbers • Individual track durations and preview URLs • Track popularity scores and explicit content flags • Artist credits for each track (including featured artists) • External IDs and market availability per track

🔍 EXAMPLES: • "Get all tracks from 'Dark Side of the Moon' album" • "Show me the tracklist for album ID: 4LH4d3cOWNNsVw41Gqt2kv" • "I want to see all songs from this compilation album" • "List the tracks from this soundtrack, limit to 20"

💡 TIPS: • Use this before adding entire albums to playlists • Great for discovering hidden gems in large albums • Check explicit flags if building family-friendly playlists

⚠️ REQUIREMENTS: • Valid Spotify access token • Album must be available in user's market

Input Schema

NameRequiredDescriptionDefault
albumIdYesSpotify album ID or URI
limitNo
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "albumId": { "description": "Spotify album ID or URI", "type": "string" }, "limit": { "default": 50, "description": "", "maximum": 50, "minimum": 1, "type": "number" }, "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