remove_tracks_from_playlist
Remove specific tracks from a Spotify playlist by providing playlist ID and track URIs. Simplifies playlist management through the MCP Spotify Server.
Instructions
Remove one or more tracks from a playlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The Spotify ID or URI of the playlist | |
snapshot_id | No | Optional. The playlist's snapshot ID | |
tracks | Yes | Array of objects containing Spotify track URIs to remove |