Skip to main content
Glama

Spotify MCP Server

by latiftplgu

search_tracks

Discover specific songs by searching for tracks using lyrics, titles, artists, or albums. Perfect for finding remixes, covers, or versions, and ideal for playlist building and song research. Returns track details, previews, and availability.

Instructions

Search specifically for individual tracks with targeted filtering for precise song discovery.

🎯 USE CASES: • Find specific songs when you remember lyrics or melodies • Discover tracks by particular artists or from specific albums • Build track-focused music discovery experiences • Find alternative versions, covers, or remixes of songs • Research song catalogs and discographies

📝 WHAT IT RETURNS: • Ranked track results based on search relevance • Song titles, artists, albums, and release information • Track popularity scores and listener engagement • Preview URLs for instant track sampling • Market availability and explicit content flags

🔍 EXAMPLES: • "Search for tracks with 'love' in the title" • "Find acoustic versions of popular songs" • "Look for instrumental jazz piano tracks" • "Search for covers of 'Yesterday' by The Beatles"

🎵 SEARCH PRECISION: • Track-specific results without album/artist clutter • Optimized for individual song discovery • Better for finding specific recordings or versions • Perfect for playlist building and curation • Ideal for karaoke or cover song searches

💡 SEARCH STRATEGIES: • Include specific lyrics: "lyrics hello darkness my old friend" • Search by genre: "indie folk acoustic guitar" • Find versions: "acoustic", "remix", "live", "cover" • Use artist filters: "artist Swift love songs" • Include year ranges: "track year:2020-2023"

⚠️ REQUIREMENTS: • Valid Spotify access token • Search terms should be specific for best results

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYesSearch query for tracks (song title, artist, album, keywords)
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query for tracks (song title, artist, album, keywords)", "type": "string" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token", "query" ], "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