get_artist_appearances
Retrieve albums where a given artist is credited as a guest or appearing artist.
Instructions
List albums an artist appears on (GET /artists/{id}/albums?include_groups=appears_on). Quota: 🟢 single.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–10. Default: 10 | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Offset. Default: 0 | |
| artist_id | Yes | Spotify artist ID | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| include_groups | No | Default: ["appears_on"] | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |