search_saved_tracks
Search your Spotify Liked Songs by matching track, artist, or album text, and refine by artist, album, added date, or sort order to find the exact saved track.
Instructions
Search your Liked Songs (saved tracks) by text query and optional facets — client-side filter over a bounded walk of /me/tracks. For catalog-wide search use search. Reports walk truncation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album | No | Filter to tracks where album name contains this substring | |
| limit | No | Max results to return | |
| query | No | Substring to match against track name, artist name, or album name (case-insensitive). Omit to list by facets/sort only. | |
| artist | No | Filter to tracks where any artist name contains this substring | |
| sort_by | No | Sort order | added_desc |
| max_items | No | How many saved tracks to walk (default SPOTIFY_MCP_FETCH_ALL_CAP) | |
| added_after | No | ISO date — only tracks added after this date | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| added_before | No | ISO date — only tracks added before this date | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |