Skip to main content
Glama

Spotify MCP Server

by latiftplgu

search_tracks

Find specific songs, versions, or covers by searching tracks with targeted filters like lyrics, artist, or genre. Returns ranked results with titles, artists, albums, preview URLs, and more for precise music discovery.

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:Taylor Swift love songs" • Include year ranges: "track:dancing 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