artist_collab_network
Identify collaborators from an artist's top tracks and recent albums, returning co-appearance counts. Uses real track/album data, with album-only fallback when track data is restricted.
Instructions
[local-compute] Featured/collab artists extracted from an artist's top tracks and recent albums with co-appearance counts — computed from real payloads, not the dead related-artists endpoint. NOTE: /artists/{id}/top-tracks is on the #329 registration-gated surface; if it 403s the network is computed from recent albums only, with an explicit disclosure. Quota: 🟡 1 + paginated API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| artist_id | Yes | Spotify artist ID | |
| max_albums | No | How many recent albums to walk. Default: 10 | |
| max_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |