predict_next_tracks
Predict upcoming tracks in your Spotify queue with runtime and cumulative play time. Read-only, no changes.
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 |