Add Spotify Playlist Items
spotify_playlist_addAdd tracks or episodes to a Spotify playlist using their IDs or URIs. The returned snapshot confirms the addition, so you can avoid blind retries.
Instructions
Add exact Spotify track IDs or track/episode URIs. A returned snapshot proves acceptance; a missing snapshot is reported as ambiguous and must not be retried blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| playlist_id | Yes | ||
| item_ids_or_uris | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| position | No | ||
| operation | Yes | ||
| item_count | Yes | ||
| playlist_id | Yes | ||
| range_start | No | ||
| snapshot_id | No | ||
| spotify_url | No | ||
| insert_before | No |