predict_next_tracks
Predict upcoming tracks from the Spotify queue with individual runtimes and cumulative play times. Get accurate wait times for the next songs without modifying the queue.
Instructions
Predict the next N tracks that will play from the queue, each with its own runtime and the cumulative time until it plays. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many upcoming items to predict. Default 5 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |