add_tracks_to_playlist
Add one or more tracks to a Spotify playlist by providing the playlist ID and track URIs. Optionally specify an insertion position.
Instructions
Add one or more songs to an existing playlist.
Args:
playlist_id: A Spotify playlist ID, URI, or URL.
track_uris: List of track IDs, spotify:track:... URIs, or track URLs.
position: Optional zero-based index to insert at (defaults to the end).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| track_uris | Yes | ||
| playlist_id | Yes |