SpotifyPlaylist
Manage your Spotify playlists: list, create, add or remove tracks, and delete playlists by unfollowing them.
Instructions
Manage playlists. - list: the current user's playlists. - create: make a new playlist (name required). - add_tracks / remove_tracks: modify a playlist's items (playlist_id + track_ids required). - delete: remove a playlist from your library (playlist_id required). Spotify has no hard delete; this unfollows it, which removes owned playlists from your view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for 'create'. | |
| action | Yes | 'list', 'create', 'add_tracks', 'remove_tracks', or 'delete'. | |
| public | No | Whether a created playlist is public. | |
| track_ids | No | Track IDs for add/remove. | |
| description | No | Description for 'create'. | |
| playlist_id | No | Playlist ID for add/remove. |