spotify_artist_albums
Retrieve a Spotify artist's discography items using artist ID, URI, or URL. Filter by album type and sort by date or name for organized results.
Instructions
Retrieve Spotify artist albums. Returns artist discography items from Spotify Web Player private Pathfinder responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Spotify artist ID | |
| uri | No | Spotify artist URI or open.spotify.com artist URL | |
| type | No | album, single, compilation, appears_on, or all | |
| limit | No | Limit, clamped to 1-50 | |
| order | No | date_desc, date_asc, name_asc, or name_desc | |
| offset | No | Offset |