get_playback_state
Check current Spotify playback status: identify active device, track, progress, and shuffle/repeat settings. Returns active=false when no device is in use, distinguishing idle state from errors.
Instructions
Current Spotify playback state: what's playing, on which device, progress, shuffle/repeat. Returns active=false (nothing else populated) when no device is active — that is normal, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| active | No | ||
| device | No | ||
| is_playing | No | ||
| progress_ms | No | ||
| repeat_state | No | ||
| shuffle_state | No |