MCP Spotify Server

get_featured_playlists

Get a list of Spotify featured playlists

Input Schema

NameRequiredDescriptionDefault
limitNoOptional. Maximum number of playlists (1-50)
localeNoOptional. Desired language (format: es_MX)
offsetNoOptional. Index of the first playlist to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Optional. Maximum number of playlists (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "locale": { "description": "Optional. Desired language (format: es_MX)", "type": "string" }, "offset": { "description": "Optional. Index of the first playlist to return", "minimum": 0, "type": "number" } }, "type": "object" }