Spotify Model Context Protocol

by belljustin
MIT License

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

ID: 4bz9ehbqc6