get_artist_albums
Retrieve albums by a Spotify artist, filtered by album type (album, single, appears_on, compilation), with pagination support via limit and offset.
Instructions
Get albums by a Spotify artist.
Args:
artist_id: The Spotify ID of the artist.
include_groups: Comma-separated album types: album, single, appears_on, compilation.
limit: Maximum number of albums to return (1-50, default 20).
offset: Index of the first album to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | ||
| include_groups | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |