schedule_wind_down
Gradually lower Spotify playback volume to a set floor over a custom time span, then pause playback automatically. Wind down by scheduling a gentle volume fade before sleep or focus sessions.
Instructions
Ramp playback volume down to a floor over N minutes (stepping every step_minutes), then pause. Runs in-process until done or cancelled via cancel_wind_down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | Yes | Total ramp duration in minutes (1–180) | |
| device_id | No | Target device id; defaults to the active device | |
| floor_volume | No | Volume floor the ramp never goes below (default 10) | |
| step_minutes | No | Minutes between volume steps (default 5) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |