search_catalog
Search Spotify's catalog with structured filters (track, artist, album, year, ISRC) and paginated results to find specific recordings, avoiding duplicate or cover versions.
Instructions
Search the Spotify catalog. limit is capped at 10 (Spotify reduced this from 50 in Feb 2026) and offset at 1000 — for more than 10 matches, page with offset rather than expecting a bigger single batch. Prefer field-filtered terms (track/artist/album/year/isrc) over free_text: bare title text reliably matches sped-up edits, live versions, karaoke covers, and tribute recordings instead of the real thing. There is no popularity or relevance score in the response — nothing here indicates what is currently popular or trending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrc | No | ||
| year | No | ||
| album | No | ||
| limit | No | ||
| track | No | ||
| types | No | ||
| artist | No | ||
| offset | No | ||
| free_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albums | No | ||
| tracks | No | ||
| artists | No | ||
| playlists | No |