capture_playback_position
Bookmark the current track, playback position, and device to a local file, so you can resume the same spot later. This sidecar file never modifies your Spotify account.
Instructions
Bookmark the current track, playback position and device to a local JSON file under the backup dir so it can be resumed later with resume_playback_position. Writes only a local sidecar file, never touches Spotify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional short label to recognise the bookmark later | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |