addTracksToPlaylist
Add multiple tracks to a Spotify playlist using track IDs and specify insertion position for playlist management.
Instructions
Add tracks to a Spotify playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlistId | Yes | The Spotify ID of the playlist | |
| trackIds | Yes | Array of Spotify track IDs to add | |
| position | No | Position to insert the tracks (0-based index) |