get_artist_singles
Retrieve an artist's singles from Spotify by artist ID. Returns a paginated list of single releases for catalog exploration or playlist building.
Instructions
List an artist's singles only (GET /artists/{id}/albums?include_groups=single). Quota: 🟢 single.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–10. Default: 10 | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Offset. Default: 0 | |
| artist_id | Yes | Spotify artist ID | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |