spotify_playlists_search
Search Spotify playlists by keyword to find curated music lists. Returns normalized playlist results without requiring Spotify authentication tokens.
Instructions
Search Spotify playlists. Returns normalized Spotify Web Player playlist search results for a search term. The endpoint fetches anonymous Spotify credentials at request time; caller-supplied Spotify bearer or client tokens are not required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search term | |
| limit | No | Playlist result limit, clamped to 1-50 | |
| offset | No | Search offset | |
| include_authors | No | Include authors | |
| include_audiobooks | No | Include audiobook context where available | |
| include_pre_releases | No | Include pre-release results | |
| number_of_top_results | No | Top result limit, clamped to 1-50 | |
| include_album_pre_releases | No | Include album pre-release results | |
| include_episode_content_ratings_v2 | No | Include Spotify episode content ratings v2 |