Skip to main content
Glama

MCP Spotify Server

by fborello

spotify_create_playlist

Create a new Spotify playlist with custom name, description, and privacy settings to organize your music collection.

Instructions

Cria uma nova playlist no Spotify

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescrição da playlist (opcional)
nameYesNome da playlist
publicNoSe a playlist deve ser pública (padrão: false)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Descrição da playlist (opcional)", "type": "string" }, "name": { "description": "Nome da playlist", "type": "string" }, "public": { "description": "Se a playlist deve ser pública (padrão: false)", "type": "boolean" } }, "required": [ "name" ], "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/fborello/MCPSpotify'

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