rotate_playlist_plan
Plan rotating a Spotify playlist by N positions—moving first items to the end or last items to the front. Preview the rotation read-only, or commit it with a single update.
Instructions
Plan (and optionally commit) rotating a playlist by N positions — positive moves the first N items to the end, negative moves the last |N| to the front; dry_run defaults to TRUE so it returns the rotated PLAN read-only. Quota: 🟢 GET + 1 PUT when committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Pass false to commit. Default true | |
| positions | No | Rotation amount; positive = first N to end, negative = last |N| to front. Default 1 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to rotate (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |