add_to_playlist
Add tracks or episodes to a playlist with playlist ID and URIs. Supports up to 100 items per call, optional position, and duplicate check.
Instructions
Add tracks or episodes to a playlist. Max 100 URIs per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Track or episode URIs to add | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| position | No | Insert at index; appends if omitted | |
| playlist_id | Yes | Playlist ID | |
| check_duplicates | No | Skip URIs that are already in the playlist instead of appending them (default: false) |