Skip to main content
Glama

Spotify MCP Server

by hrishi0102

search-tracks

Search for Spotify tracks using a query and specify the number of results to return. Integrates with the Spotify MCP Server to provide accurate track listings for playlist creation or recommendations.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return
queryYesSearch query for tracks

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query for tracks", "type": "string" } }, "required": [ "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/hrishi0102/spotify-mcp'

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