save_scene
Capture a named Spotify playback scene with device, volume, shuffle, repeat, and optional context settings, saved locally for later restoration.
Instructions
Save a named playback scene (device + volume + shuffle/repeat + optional context) to the local sidecar (~/.spotify-mcp/scenes.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scene name (key in the sidecar) | |
| repeat | No | Repeat mode: 'off' | 'track' | 'context' | |
| volume | No | Master volume percent (0–100) | |
| shuffle | No | Shuffle state | |
| context_uri | No | Context URI to start on apply (e.g. spotify:playlist:…) | |
| device_hint | No | Device name substring (case-insensitive) or exact device id | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |