get_artist_albums
List an artist's albums and singles by providing their Spotify artist ID, with options to filter by album type and limit results.
Instructions
List an artist's albums and singles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify artist ID | |
| limit | No | Results per page, 1–50. Default: 20 | |
| include_groups | No | Album types to include. Default: ["album","single"] |