MCP Spotify Server

get_playlist

Retrieve a Spotify user's playlist by specifying its ID or URI. Optionally, include a country code to access region-specific content. Integrates with the MCP Spotify Server for seamless playlist management.

Instructions

Get a playlist owned by a Spotify user

Input Schema

NameRequiredDescriptionDefault
idYesThe Spotify ID or URI of the playlist
marketNoOptional. An ISO 3166-1 alpha-2 country code

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Spotify ID or URI of the playlist", "type": "string" }, "market": { "description": "Optional. An ISO 3166-1 alpha-2 country code", "type": "string" } }, "required": [ "id" ], "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/superseoworld/mcp-spotify'

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