Skip to main content
Glama

rekordbox-mcp

get_history_sessions

Retrieve DJ history sessions from rekordbox with metadata, allowing optional inclusion of folder entries and configurable session limits for precise queries.

Instructions

Get DJ history sessions from rekordbox.

Args: include_folders: Whether to include folder entries (years/months) limit: Maximum number of sessions to return

Returns: List of history sessions with metadata

Input Schema

NameRequiredDescriptionDefault
include_foldersNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "include_folders": { "default": false, "title": "Include Folders", "type": "boolean" }, "limit": { "default": 100, "title": "Limit", "type": "integer" } }, "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