Skip to main content
Glama
interfluve-wav

Rekordbox Smart MCP

track_updateBatch

Update metadata for multiple Rekordbox tracks in a single request, with automatic backup for data safety.

Instructions

Update metadata for multiple tracks in one request. Creates automatic backup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatesYes
Behavior3/5

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

The description mentions 'Creates automatic backup,' providing some behavioral context beyond the bare operation. However, with no annotations, it does not disclose other important traits such as atomicity, partial failure handling, permissions, or whether the backup can be used for rollback. The disclosure is minimal.

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 two short sentences, front-loaded with the primary purpose and then a key side effect. No filler or redundant information.

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

Completeness2/5

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

This is a batch write operation with no output schema and no annotations. The description omits return values, error and recovery behavior, and how the backup integrates with operations like mutation_rollback or mutation_history. The schema provides structural detail, but the overall context is incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description gives no explanation of the 'updates' parameter structure beyond 'metadata.' It does not describe the array-of-objects format, the need for trackId, or the nested metadata fields, leaving the schema to carry all the semantic weight.

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 clearly states 'Update metadata for multiple tracks in one request,' which identifies the specific action (update), the resource (track metadata), and the batch scope. This distinguishes it from the sibling tool track_update, which handles single tracks.

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

Usage Guidelines3/5

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

The phrase 'multiple tracks in one request' implies use when updating several tracks at once, but it does not explicitly name track_update as the alternative for single updates or state any when-not-to-use conditions. The usage guidance is only implied, not explicit.

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/interfluve-wav/rekordbox-smart-mcp'

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