spotify_get_recommendations
Retrieve Spotify track recommendations by providing seed tracks, artists, or genres. Filter results by audio features like energy and danceability.
Instructions
Get Spotify track recommendations based on seed tracks, artists, or genres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| market | No | ||
| max_energy | No | ||
| min_energy | No | ||
| seed_genres | No | Comma-separated genre names | |
| seed_tracks | No | Comma-separated Spotify track IDs (max 5 seeds total) | |
| bearer_token | Yes | ||
| seed_artists | No | Comma-separated Spotify artist IDs | |
| target_valence | No | ||
| target_danceability | No |