find_collaborations
Discover tracks that feature two specified artists: scan one artist's releases, match the second artist's credits, and list exact shared songs.
Instructions
Finds tracks where two artists appear together: walks artist A's releases, matches artist B (name or ID) on release-level credits, then pinpoints the exact shared tracks via full-album payloads. Quota: 1-2 walks/searches + chunked /albums?ids= fan-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| artist_a | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| artist_b | Yes | Second artist: name, ID, URI or open.spotify.com URL | |
| max_releases | No | Releases of artist A scanned. Default: 40 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |