Skip to main content
Glama

rekordbox-mcp

validate_track_ids

Check the validity of a list of track IDs by identifying which are valid and invalid. Designed for use with the rekordbox DJ database for accurate track management.

Instructions

Validate a list of track IDs and show which are valid/invalid.

Args: track_ids: List of track IDs to validate

Returns: Validation results with valid and invalid IDs

Input Schema

NameRequiredDescriptionDefault
track_idsYes

Input Schema (JSON Schema)

{ "properties": { "track_ids": { "items": { "type": "string" }, "title": "Track Ids", "type": "array" } }, "required": [ "track_ids" ], "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