playlist_clone_live
Clone any Spotify playlist as it currently exists into a new playlist with optional name, description, and visibility. Preview the plan with dry-run before committing.
Instructions
Clone a playlist AS IT IS RIGHT NOW into a NEW playlist (name, optional description and publicity) — works on the live playlist, not a local snapshot; dry_run defaults to TRUE. Quota: 🟡 GET + create + chunked adds when committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New playlist name. Default "<original> (copy)" | |
| public | No | Public visibility for a newly created playlist. Default: private | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Pass false to commit. Default true | |
| description | No | New playlist description. Default: cloned from source | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to clone (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |