merge_playlists_plan
Plan merging 2–10 Spotify playlists into a new playlist, with optional deduplication and dry-run preview before committing changes.
Instructions
Plan (and optionally commit) merging 2–10 playlists in order into a NEW playlist (optional first/last dedupe) — dry_run defaults to TRUE so it returns the merged PLAN read-only. Quota: 🟡 N GETs + create + chunked adds when committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New playlist name. Default "Merged YYYY-MM-DD" | |
| dedupe | No | Dedupe across the merge: keep first or last occurrence. Default first | |
| 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 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_ids | Yes | Playlists to merge (2–10), in order | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |