repeat_queue_toggle
Enable or disable repeat mode for the current Spotify queue and optionally adjust shuffle state with a single call. Use to quickly switch between repeating the queue and normal playback.
Instructions
One-call queue-repeat helper — sets repeat=context/off and optionally shuffle in 1-2 writes. 🟢.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enable | Yes | true → repeat=context, false → repeat=off | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| shuffle | No | Also set shuffle state | |
| device_id | No | Target device id | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |