search_tracks
Search and filter tracks in your rekordbox database by artist, title, genre, key, BPM, or rating to find the right music for your DJ sets.
Instructions
Search tracks in the rekordbox database.
Args: query: General search query (searches across multiple fields) artist: Filter by artist name title: Filter by track title genre: Filter by genre key: Filter by musical key (e.g., "5A", "12B") bpm_min: Minimum BPM bpm_max: Maximum BPM rating_min: Minimum rating (0-5) limit: Maximum number of results to return
Returns: List of matching tracks with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| artist | No | ||
| title | No | ||
| genre | No | ||
| key | No | ||
| bpm_min | No | ||
| bpm_max | No | ||
| rating_min | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |