capture_playback_position
Bookmark the current Spotify track and playback position to a local JSON file, allowing you to resume listening later without affecting Spotify.
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 |