search_tracks
Query the rekordbox database to find tracks using filters like artist, title, genre, BPM, key, and rating. Returns a list of matching tracks with metadata for DJ workflow efficiency.
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 |
|---|---|---|---|
| artist | No | ||
| bpm_max | No | ||
| bpm_min | No | ||
| genre | No | ||
| key | No | ||
| limit | No | ||
| query | No | ||
| rating_min | No | ||
| title | No |