Skip to main content
Glama

Spotify MCP Server

create_playlist

Create a new Spotify playlist by specifying a name, optional description, and privacy setting. Use this tool to organize and manage your music collection directly on Spotify.

Instructions

Create a new Spotify playlist.

Args: name: Playlist name description: Playlist description public: Whether playlist is public

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
publicNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "public": { "default": true, "title": "Public", "type": "boolean" } }, "required": [ "name" ], "title": "create_playlistArguments", "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/jamiew/spotify-mcp'

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