saved_tracks_by_artist
List all saved tracks from one artist. Enter an artist name or ID to filter your liked songs and retrieve every saved track by that artist.
Instructions
List your SAVED tracks for one artist ("everything I've saved by X"): resolves the artist ID when given a name, then filters the liked shelf. Quota: 🟡 getAllPages + 1 search (name input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | Artist ID/URI, or a name (1 search to resolve) | |
| market | No | ISO 3166-1 alpha-2 market for the artist search, e.g. 'US' | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| 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 |