Skip to main content
Glama

MCP Claude Spotify

Mozilla Public License 2.0
17
  • Apple
  • Linux

create-playlist

Generate a personalized Spotify playlist by specifying a name, optional description, and public or private visibility. Save and organize your favorite tracks with ease.

Instructions

Create a new playlist for the current user

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the playlist (optional)
nameYesName of the playlist
publicNoWhether the playlist should be public (default: false)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the playlist (optional)", "type": "string" }, "name": { "description": "Name of the playlist", "type": "string" }, "public": { "description": "Whether the playlist should be public (default: 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/imprvhub/mcp-claude-spotify'

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