Spotify MCP Server

by hrishi0102
Verified

get-recommendations

Generate personalized Spotify track recommendations using seed tracks to discover new music tailored to your preferences.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of recommendations to return
seedTracksYesSpotify track IDs to use as seeds (max 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Number of recommendations to return", "maximum": 100, "minimum": 1, "type": "number" }, "seedTracks": { "description": "Spotify track IDs to use as seeds (max 5)", "items": { "type": "string" }, "maxItems": 5, "type": "array" } }, "required": [ "seedTracks" ], "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: ho9epeqejw