Skip to main content
Glama

rekordbox-mcp

get_playlist_tracks

Retrieve a list of tracks from a specific playlist within the rekordbox DJ database by providing the unique playlist identifier. Supports read-only access to manage and analyze playlist content.

Instructions

Get all tracks in a specific playlist.

Args: playlist_id: The unique playlist identifier

Returns: List of tracks in the playlist

Input Schema

NameRequiredDescriptionDefault
playlist_idYes

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "title": "Playlist Id", "type": "string" } }, "required": [ "playlist_id" ], "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