peek_next
Peek at the next tracks queued on Spotify, including each song's duration and total remaining time.
Instructions
Queue lookahead — next N tracks with durations and total runway. Right-sized via max_results. 🟢 (1 read). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Alias for max_results: how many to peek (default 5) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |