track_album_bundle
Retrieve a track's full album context, including album metadata and the remaining track listing, to see exactly what you're listening to.
Instructions
Context card for one track: the track plus its full album metadata and the album's remaining track listing (the "what am I listening to" card). Quota: 🟡 2 API calls (GET /tracks/{id} + GET /albums/{id}/tracks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| track_id | Yes | Spotify track ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |