Skip to main content
Glama

Spotify MCP Server

by latiftplgu

get_track

Retrieve detailed metadata, audio characteristics, and availability for any Spotify track using a valid access token and track ID. Ideal for music research, cataloging, and application development.

Instructions

Retrieve comprehensive information about any specific track including detailed metadata and audio characteristics.

🎯 USE CASES: • Research song details for music blogs or articles • Analyze track metadata for music applications • Get complete song information for sharing or playlisting • Verify track details and availability before use • Build detailed music catalogs and databases

📝 WHAT IT RETURNS: • Complete track information (title, artist, album, duration) • Release date, popularity scores, and market availability • Track artwork, preview URLs, and external links • Explicit content flags and parental guidance information • ISRC codes and other professional identifiers

🔍 EXAMPLES: • "Get details for 'Hotel California' by Eagles" • "Show me information about track ID: 40riOy7x9W7GXjyGp4pjAv" • "I need complete details for this specific song" • "Get metadata for the track I just discovered"

💡 DETAILED INSIGHTS: • Professional music industry identifiers • Cross-platform compatibility information • Regional availability and licensing details • Perfect for music research and analysis • Essential for building music applications

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

Input Schema

NameRequiredDescriptionDefault
tokenYesSpotify access token for authentication
trackIdYesSpotify track ID or URI

Input Schema (JSON Schema)

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