searchSpotify
Search Spotify for any content type: tracks, albums, artists, playlists, podcast episodes, or shows. Filter results by type and use limit and offset for pagination.
Instructions
Search for tracks, albums, artists, playlists, podcast episodes, or shows on Spotify. For episodes and shows, the query matches against title, description, and publisher. Use type "episode" to find individual podcast episodes by topic or guest name, and type "show" to find podcast series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The type of item to search for: track, album, artist, playlist, episode (podcast episode), or show (podcast series) | |
| limit | No | Maximum number of results to return (1-10) | |
| query | Yes | The search query. Matches title, description, and publisher for podcasts. | |
| offset | No | Index of the first result to return (default: 0). Combine with limit to page past the first 10 results. |