split_playlist
Divide any Spotify playlist into multiple new playlists by choosing how many parts to create (2–10). Preview with dry run before applying, and control public visibility and naming.
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 |