Skip to main content
Glama

rekordbox-mcp

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

NameRequiredDescriptionDefault
artistNo
bpm_maxNo
bpm_minNo
genreNo
keyNo
limitNo
queryNo
rating_minNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "artist": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Artist" }, "bpm_max": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Bpm Max" }, "bpm_min": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Bpm Min" }, "genre": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Genre" }, "key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Key" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "query": { "default": "", "title": "Query", "type": "string" }, "rating_min": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Rating Min" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davehenke/rekordbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server