artist_discography_search
Filter an artist's discography by release title to find a specific album, live version, or collaboration without browsing the full catalog.
Instructions
Full-text filter over an artist's release titles — find that live album, deluxe edition or collaboration without scrolling the whole catalog. Quota: 🟡 one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Case-insensitive text to match against release titles | |
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| max_results | No | ||
| include_groups | No | Comma-separated album groups: album,single,appears_on,compilation. Default: album,single | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |