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