Spotify MCP Server

by hrishi0102
Verified

create-playlist

Generate custom Spotify playlists by specifying a name and optional description. Automates playlist creation through the Spotify MCP Server, simplifying music organization and management.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the playlist
nameYesName of the playlist

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the playlist", "type": "string" }, "name": { "description": "Name of the playlist", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: ho9epeqejw