spotify_track_recommended
Get track recommendations from Spotify by providing a track ID or URL. Returns a normalized list of recommended tracks, with an optional limit up to 50.
Instructions
Retrieve Spotify recommended tracks. Returns normalized recommended Spotify entities from the internalLinkRecommenderTrack Pathfinder response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Spotify track ID. Used when uri is omitted | |
| uri | No | Spotify track URI or open.spotify.com track URL | |
| limit | No | Recommendation limit, clamped to 1-50 |