Skip to main content
Glama

rekordbox-mcp

search_history_sessions

Filter and retrieve DJ history sessions by name, year, month, or track count to analyze and organize performance data efficiently.

Instructions

Search DJ history sessions with various filters.

Args: query: Search query for session names year: Filter by year (e.g., "2025") month: Filter by month (e.g., "08" for August) min_tracks: Minimum number of tracks in session limit: Maximum number of results

Returns: List of matching history sessions

Input Schema

NameRequiredDescriptionDefault
limitNo
min_tracksNo
monthNo
queryNo
yearNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "min_tracks": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Tracks" }, "month": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Month" }, "query": { "default": "", "title": "Query", "type": "string" }, "year": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Year" } }, "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