addTracksToPlaylist
Add multiple tracks to a specified Spotify playlist using track IDs and insert them at a desired position via the Spotify MCP Server.
Instructions
Add tracks to a Spotify playlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
playlistId | Yes | The Spotify ID of the playlist | |
position | No | Position to insert the tracks (0-based index) | |
trackIds | Yes | Array of Spotify track IDs to add |