Skip to main content
Glama

Spotify Model Context Protocol

by belljustin

update_playlist

Modify an existing Spotify playlist by updating its name, tracks, description, or public/private status. Requires playlist ID and optional fields for customization.

Instructions

Update an existing Spotify playlist's details and/or tracks. Args: playlist_id: The Spotify ID of the playlist to update name: New name for the playlist (optional) track_uris: New list of track URIs to replace the playlist's tracks (optional) description: New description for the playlist (optional) public: New public/private status for the playlist (optional)

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameNo
playlist_idYes
publicNo
track_urisNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": null, "title": "Description", "type": "string" }, "name": { "default": null, "title": "Name", "type": "string" }, "playlist_id": { "title": "Playlist Id", "type": "string" }, "public": { "default": null, "title": "Public", "type": "boolean" }, "track_uris": { "default": null, "items": { "type": "string" }, "title": "Track Uris", "type": "array" } }, "required": [ "playlist_id" ], "title": "update_playlistArguments", "type": "object" }

You must be authenticated.

Other Tools from Spotify Model Context Protocol

Related Tools

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/belljustin/spotify-mcp'

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