Find Tracks by BPM
find_tracks_by_bpmFind catalog tracks near a target tempo. Returns tracks whose BPM is within
+/-tolerance of bpm, ordered by closeness then popularity — useful for DJ set
planning, workout playlists, or tempo-matching. Each returned track carries full audio
features. To also constrain by musical key, combine with find_tracks_by_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | Yes | Target tempo in BPM. | |
| limit | No | Max tracks (default 10). | |
| tolerance | No | Plus/minus BPM window (default 2). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||