apply_volume_plan
Set a single volume level on all or selected Spotify devices. Preview the plan by default; pass dry_run=false to apply.
Instructions
Set one target volume level across all (or selected) Spotify devices via per-device PUT /me/player/volume. Preview by default — pass dry_run=false to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Target volume percent for every selected device (0–100) | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| device_ids | No | Restrict to these device ids/names; default all volume-capable devices | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |