seek_relative
Skip forward or backward in the current track by a specified time offset, adjusting playback position from the current progress.
Instructions
Relative seek — forward/back by delta_ms from current progress (GET /me/player then PUT /me/player/seek, clamped to [0, duration]). 🟢 (1 read + 1 write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| delta_ms | Yes | Delta in ms (+ forward, - backward), e.g. 30000 or -15000 | |
| device_id | No | Target device id | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |