MCP Spotify Server

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

NameRequiredDescriptionDefault
idYesThe Spotify ID or URI of the playlist
snapshot_idNoOptional. The playlist's snapshot ID
tracksYesArray of objects containing Spotify track URIs to remove

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Spotify ID or URI of the playlist", "type": "string" }, "snapshot_id": { "description": "Optional. The playlist's snapshot ID", "type": "string" }, "tracks": { "description": "Array of objects containing Spotify track URIs to remove", "items": { "properties": { "positions": { "description": "Optional positions of the track to remove", "items": { "type": "number" }, "type": "array" }, "uri": { "description": "Spotify URI of the track to remove", "type": "string" } }, "required": [ "uri" ], "type": "object" }, "type": "array" } }, "required": [ "id", "tracks" ], "type": "object" }

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

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