get_artist_albums
Retrieve albums by a Spotify artist. Filter by album types, limit, offset, and market.
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).
market: ISO 3166-1 alpha-2 country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | ||
| include_groups | No | ||
| limit | No | ||
| offset | No | ||
| market | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |