Skip to main content
Glama

Spotify MCP Server

by marcelmarais

searchSpotify

Search for tracks, albums, artists, or playlists on Spotify using specific queries and result limits, integrated with the Spotify MCP Server for AI-driven playback control.

Instructions

Search for tracks, albums, artists, or playlists on Spotify

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (10-50)
queryYesThe search query
typeYesThe type of item to search for either track, album, artist, or playlist

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of results to return (10-50)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "The search query", "type": "string" }, "type": { "description": "The type of item to search for either track, album, artist, or playlist", "enum": [ "track", "album", "artist", "playlist" ], "type": "string" } }, "required": [ "query", "type" ], "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

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/marcelmarais/spotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server