Spotify MCP Server

by marcelmarais
Verified

createPlaylist

Generate and customize a Spotify playlist by specifying its name, description, and visibility. Integrates with AI assistants via the Spotify MCP Server for streamlined playlist management.

Instructions

Create a new playlist on Spotify

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the playlist
nameYesThe name of the playlist
publicNoWhether the playlist should be public

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "The description of the playlist", "type": "string" }, "name": { "description": "The name of the playlist", "type": "string" }, "public": { "description": "Whether the playlist should be public", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: wu15pi580l