Spotify MCP

by ashwanth1109

add_to_playlist

Add tracks to a Spotify playlist by specifying the playlist ID and a list of track IDs. Simplify playlist management through direct integration with the Spotify MCP server.

Instructions

Add tracks to a playlist Args: playlist_id: Spotify playlist ID track_ids: List of track IDs to add

Input Schema

NameRequiredDescriptionDefault
playlist_idYes
track_idsYes

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "title": "Playlist Id", "type": "string" }, "track_ids": { "items": { "type": "string" }, "title": "Track Ids", "type": "array" } }, "required": [ "playlist_id", "track_ids" ], "title": "add_to_playlistArguments", "type": "object" }
ID: pf1oy40k88