playlist_to_library
Move every track from a Spotify playlist into your Liked Songs library. Optionally skip tracks already saved or preview changes before applying.
Instructions
Save all tracks of a playlist to your Liked Songs (library). Quota: 🟢 GET playlist items + PUT /me/tracks (chunked 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dedupe | No | Skip tracks already saved (default true) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| playlist_id | Yes | Source playlist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |