Skip to main content
Glama
shadowroommusic

rekordbox-serato-bridge

convert_set

Convert a Rekordbox set into a Serato-ready output folder: copies tracks, writes Markers2 cues/loops and BeatGrid tags, and creates a .crate playlist.

Instructions

Convert a Rekordbox set into a Serato-ready output folder: copies with Serato Markers2 cues/loops, BeatGrid tags and a .crate playlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSet name; the crate file gets this name.
tracksNoDevice track paths to convert.
out_dirYesOutput folder to copy to the USB drive root.
playlistNoPlaylist name from the local Rekordbox database.
crate_dirNo
device_rootNorekordbox USB device root, e.g. /Volumes/f379pro.
rekordbox_dirNo
with_cues_onlyNo
write_beatgridNo
rekordbox_databaseNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral burden. It describes output artifacts (cues/loops, BeatGrid tags, .crate) but does not disclose side effects such as whether it overwrites an existing output folder, requires a mounted USB device, or is reversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence that packs the verb, source, destination, and generated artifacts without waste. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 10-parameter mutation tool with no annotations and no output schema, the description is adequate but incomplete. It should clarify the required inputs, device-mounting expectations, and overwrite/error behavior to be fully useful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%, the baseline case. The description mentions cues/loops and BeatGrid but does not clarify the under-documented parameters (crate_dir, rekordbox_dir, rekordbox_database) or the required/optional distinction among the 10 params, so it neither compensates nor detracts.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (convert) and resource (Rekordbox set into Serato output folder), and names the artifact produced (.crate playlist). It distinguishes from siblings by directionality (Rekordbox→Serato) versus convert_set_to_rekordbox, though it doesn't explicitly name the reverse sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus preview_rekordbox_to_serato or convert_set_to_rekordbox. The agent gets no indication of prerequisites, whether a preview should come first, or what the alternative is.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.