search_saved_tracks
Find specific tracks in your Spotify Liked Songs by searching track, artist, or album names. Apply optional filters like artist, album, or date added to narrow results and sort them as needed.
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 |