skip_n
Skip multiple tracks at once on Spotify by specifying a count from 1 to 20. Avoids repeated single-skip calls for quicker queue control.
Instructions
Advance N tracks at once via N sequential POST /me/player/next calls. Quota: 🔴 N writes (1-20, one call per skip — Spotify has no batch-skip endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | How many tracks to skip (1-20) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Device to skip on | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |