resume_playback_position
Resume a captured Spotify bookmark by transferring playback to the bookmarked device and seeking to the saved position. Preview first; set dry_run=false to execute.
Instructions
Resume a captured playback bookmark: transfer playback to the bookmarked device and seek to the bookmarked position. Preview by default — pass dry_run=false to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| play | No | Start playback after transferring. Default true | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| bookmark_id | Yes | Bookmark id as returned by capture_playback_position / list_playback_bookmarks | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |