get_artist_discography
Retrieve an artist's discography filtered by album type, market, and pagination. Get albums, singles, compilations, and appearances with configurable limits.
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, e.g. 'US' | |
| 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 |