get_recommendations
Generate track recommendations based on seed artists, tracks, or genres to discover new music tailored to your tastes.
Instructions
Get track recommendations based on seed artists, tracks, or genres.
Args:
seed_artists: List of artist IDs (up to 5 total seeds combined)
seed_tracks: List of track IDs (up to 5 total seeds combined)
seed_genres: List of genres (up to 5 total seeds combined)
limit: Number of recommendations to return (1-100, default 20)
Returns:
Dict with 'tracks' list of recommended tracks
Note: Total seeds (artists + tracks + genres) must be between 1 and 5.
Use search_tracks to find seed track/artist IDs, or common genres like:
'pop', 'rock', 'hip-hop', 'electronic', 'jazz', 'classical', 'r-n-b', 'country'Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed_artists | No | ||
| seed_tracks | No | ||
| seed_genres | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||