add_tracks_to_playlist
Insert one or multiple Spotify tracks into a specific playlist using the Spotify ID or URI, with optional positioning. Simplify playlist management with direct API integration.
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 | |
position | No | Optional. The position to insert the tracks (zero-based) | |
uris | Yes | Array of Spotify track URIs to add |