Skip to main content
Glama

import_track

Add a single audio file to the rekordbox library with optional metadata overrides. Rekordbox must be closed; the track is added unanalyzed and ready for analysis.

Instructions

Import a single audio file into the rekordbox library.

⚠️ CAUTION: This modifies your rekordbox database — rekordbox must be closed.

The track is added as unanalyzed; open rekordbox and run "Analyze Tracks" to generate waveforms, beatgrids, and hot cues.

Args: path: Absolute path to the audio file (mp3/m4a/flac/wav/aiff) title: Override the title (defaults to ID3 tag if auto_tag=True) artist: Override the artist (creates artist row if new) album: Override the album genre: Override the genre label: Override the record label bpm: Override the BPM (float, e.g. 128.0) rating: Override the rating (0–5) comments: Track comments year: Release year auto_tag: Read ID3 tags via mutagen and prefill metadata (default True). Explicit arguments always win over tag values.

Returns: Result with status (success/skipped/error), track_id, and resolved metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
pathYes
yearNo
albumNo
genreNo
labelNo
titleNo
artistNo
ratingNo
auto_tagNo
commentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Despite annotations indicating a mutable operation, the description adds significant behavioral context: it warns about database modification, mandates closing rekordbox, explains that imported tracks start unanalyzed, and details how `auto_tag` interacts with explicit arguments. This goes well beyond the annotations and is highly informative.

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

Conciseness5/5

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

The description is efficiently organized with a clear purpose, a caution note, a parameter list, and return information. While it is longer than average, every sentence serves a purpose given the tool's complexity, and the structured format makes it easy to scan.

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

Completeness5/5

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

This tool has 11 parameters and an output schema, but the description covers all necessary context: what it does, when to use it, prerequisites, side effects, parameter semantics, and return value. The inclusion of the `Returns` section is particularly thorough and leaves no major gaps.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining every parameter: `path` includes supported formats, `artist` can create a new artist row, `auto_tag` defaults to true and explicit arguments override tag values. Each parameter's meaning and defaults are clarified, adding substantial value over the raw schema.

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

Purpose5/5

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

The description immediately states 'Import a single audio file into the rekordbox library' with a specific verb and resource. The qualifier 'single' clearly distinguishes it from the sibling `import_tracks`, making its scope unambiguous.

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

Usage Guidelines4/5

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

The description provides clear usage context: it modifies the rekordbox database, requires rekordbox to be closed, and results in an unanalyzed track that needs 'Analyze Tracks'. It does not explicitly name alternative tools for batch imports, so while the guidance is strong, it falls short of giving explicit when-not-to-use instructions.

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

Install Server

Other Tools

Latest Blog Posts

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/Galb-collab/rekordbox-mcp-main'

If you have feedback or need assistance with the MCP directory API, please join our Discord server