add_tracks_to_playlist
Adds multiple tracks to a Spotify playlist using track URIs. Automatically batches requests to comply with Spotify's 100-item limit.
Instructions
Add tracks to an existing playlist.
Handles batching automatically (Spotify max 100 per request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID (not URI) | |
| track_uris | Yes | List of Spotify track URIs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||