artist_collaboration_network
Map an artist's collaboration web by scanning their discography for direct collaborators, then expanding top collaborators' recent releases to uncover second-degree links and mutual connections.
Instructions
Builds a depth-2 collaboration web for one artist from discography walks alone: first-degree collaborators with co-appearance counts, then each top collaborator's recent releases to surface second-degree links and mutual connections. Quota: 1 + up to first_degree_cap additional small walks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| max_results | No | ||
| max_releases | No | Releases of the central artist scanned. Default: 30 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| first_degree_cap | No | Top first-degree collaborators expanded for second-degree links. Default: 4 | |
| releases_per_collab | No | Recent releases walked per collaborator. Default: 10 |