Skip to main content
Glama

Spotify MCP Server

remove_tracks_from_playlist

Delete specific tracks from a Spotify playlist by providing the playlist ID and track URIs. Simplify playlist management using this tool.

Instructions

Remove tracks from a playlist.

Args: playlist_id: Playlist ID track_uris: List of track URIs to remove

Input Schema

NameRequiredDescriptionDefault
playlist_idYes
track_urisYes

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "title": "Playlist Id", "type": "string" }, "track_uris": { "items": { "type": "string" }, "title": "Track Uris", "type": "array" } }, "required": [ "playlist_id", "track_uris" ], "title": "remove_tracks_from_playlistArguments", "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/jamiew/spotify-mcp'

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