plan_volume_level_across_devices
Plan volume adjustments for all Spotify devices by specifying a target level, generating per-device PUT requests without executing them.
Instructions
Plan setting every (volume-capable) Spotify device to one target volume level — returns the exact per-device PUT calls without executing anything. Read-only planner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Target volume percent for every selected device (0–100) | |
| device_ids | No | Restrict the plan 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 |