plan_volume_level_across_devices
Generate a read-only plan for setting every Spotify device to a target volume, returning the exact per-device API calls needed for execution.
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 |