Skip to main content
Glama

Spotify MCP Server

modify_playlist_details

Update Spotify playlist details, including name, description, and visibility, using the playlist ID to manage and customize your music collections.

Instructions

Modify playlist details.

Args: playlist_id: Playlist ID name: New playlist name (optional) description: New playlist description (optional) public: Whether playlist should be public (optional)

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameNo
playlist_idYes
publicNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "playlist_id": { "title": "Playlist Id", "type": "string" }, "public": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Public" } }, "required": [ "playlist_id" ], "title": "modify_playlist_detailsArguments", "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/jamiew/spotify-mcp'

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