add_tracks_to_playlist
Add one or more Spotify tracks to a playlist by ID or URI, with an optional position to control where the tracks are inserted.
Instructions
Add one or more tracks to a playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Spotify ID or URI of the playlist | |
| uris | Yes | Array of Spotify track URIs to add | |
| position | No | Optional. The position to insert the tracks (zero-based) |