spotify_tracks_search
Search Spotify tracks by keyword. Returns normalized results using anonymous credentials, no token required.
Instructions
Search Spotify tracks. Returns normalized Spotify Web Player track 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 |
|---|---|---|---|
| include_album_pre_releases | No | Include album pre-release results | |
| include_audiobooks | No | Include audiobook context where available | |
| include_authors | No | Include authors | |
| include_episode_content_ratings_v2 | No | Include Spotify episode content ratings v2 | |
| include_pre_releases | No | Include pre-release results | |
| limit | No | Track result limit, clamped to 1-50 | |
| number_of_top_results | No | Top result limit, clamped to 1-50 | |
| offset | No | Search offset | |
| q | Yes | Search term |