volume_step
Adjust Spotify playback volume by a specified amount, reading the current level and setting a new value clamped between 0 and 100.
Instructions
Nudge volume up/down by a step (reads current volume via GET /me/player, then PUT /me/player/volume clamped 0-100). 🟡 (1 read + 1 write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | Yes | Delta, e.g. +10 or -10 | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Target device id (else active) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |