copy_playlist
Duplicate any Spotify playlist into a new one, preserving track order. Creates the new playlist and adds tracks in batches; dry-run previews the result before changes.
Instructions
Duplicate an existing playlist into a new playlist, preserving track order. Creates the new playlist then adds tracks in batches of 100. Dry-run reports what would be created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public | No | Public flag for the new playlist. Default: false | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| new_name | Yes | Name for the new playlist | |
| description | No | Description for the new playlist (defaults to source description) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| collaborative | No | Collaborative flag. Default: false | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| source_playlist_id | Yes | Source playlist ID or spotify:playlist: URI |