spotify_reorder_playlist
Move consecutive tracks within Spotify playlists from one position to another. Specify range start, insert before index, and track count to reorganize song order programmatically.
Instructions
Move tracks within a playlist (range_start to insert_before, range_length consecutive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| range_start | Yes | ||
| insert_before | Yes | ||
| range_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |