deep_cuts_finder
Find overlooked album tracks for any Spotify artist by scanning studio albums for songs past track 2 that aren't singles or title tracks, returning picks per album.
Instructions
Surface deep cuts: album tracks past position 2 that are neither the title track nor released as singles — the forgotten album material, per album. Quota: 🔴 paginated walk + batched /albums lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| max_albums | No | Studio albums to scan. Default: 20 | |
| max_results | No | ||
| cuts_per_album | No | Deep-cut picks per album. Default: 3 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |