get_saved_tracks
Retrieve tracks saved in your Spotify Liked Songs. Fetch the entire collection or paginate results to view your saved music.
Instructions
Get tracks saved in the user's Liked Songs. Set fetch_all=true to retrieve the entire collection. Output is capped by max_results (default: SPOTIFY_MCP_MAX_ITEMS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code, e.g. 'US' | |
| offset | No | Pagination offset. Default: 0 | |
| fetch_all | No | Fetch all pages instead of one page (ignores limit/offset) | |
| 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 |