search_tracks
Retrieve tracks from your rekordbox library by filtering on title, artist, genre, key, BPM, and rating, returning matching results with metadata.
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 |
|---|---|---|---|
| key | No | ||
| genre | No | ||
| limit | No | ||
| query | No | ||
| title | No | ||
| artist | No | ||
| bpm_max | No | ||
| bpm_min | No | ||
| rating_min | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |