split_playlist
Split an existing Spotify playlist into multiple new playlists based on a specified number of parts.
Instructions
Split a playlist into N chunks (new playlists). Quota: 🟡 GET all + N POST /me/playlists + N POST items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parts | Yes | Number of parts (2–10) | |
| public | No | Public flag for new playlists | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| name_prefix | No | Prefix for new playlist names (default: source name) | |
| playlist_id | Yes | Source playlist ID |