get_artist_discography
Retrieve an artist's discography filtered by album type, market, and pagination to discover albums, singles, compilations, or appearances without scanning the full catalog.
Instructions
Get filtered discography for an artist (GET /artists/{id}/albums with album-type filtering)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Offset | |
| artist_id | Yes | Spotify artist ID | |
| album_types | No | Filter to these album types. Default: all | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| include_groups | No | Alias for album_types (Spotify include_groups) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |