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" }
ID: mmrvuig6tp