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