update_playlist
Update a Spotify playlist's name, description, or public visibility.
Instructions
Update a playlist's name, description, or visibility.
Args:
playlist_id: The Spotify ID of the playlist.
name: New name for the playlist.
description: New description for the playlist.
public: Whether the playlist should be public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| name | No | ||
| description | No | ||
| public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |