Spotify MCP Server

by hrishi0102
Verified

search-tracks

Search and retrieve Spotify tracks by entering a query, with options to limit the number of results returned, enabling targeted music discovery and access.

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" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: ho9epeqejw