Spotify Model Context Protocol

by belljustin
MIT License

create_playlist

Generate and customize Spotify playlists by specifying a name, track URIs, optional description, and privacy settings using the Spotify Model Context Protocol.

Instructions

Create a new playlist on Spotify and add tracks to it. Args: name: Name of the playlist track_uris: List of Spotify track URIs to add to the playlist description: Optional description for the playlist public: Whether the playlist should be public (default: False)

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
publicNo
track_urisYes

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "public": { "default": false, "title": "Public", "type": "boolean" }, "track_uris": { "items": { "type": "string" }, "title": "Track Uris", "type": "array" } }, "required": [ "name", "track_uris" ], "title": "create_playlistArguments", "type": "object" }

You must be authenticated.

Other Tools from Spotify Model Context Protocol

Related Tools

ID: 4bz9ehbqc6