saved_tracks_by_artist
Get all your saved tracks from one artist by entering their name or ID. Filters your Spotify library to show only songs you've saved 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 | |
| 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 |