Skip to main content
Glama

mcp_opendaw_move_track

Move a track up or down within a specified audio unit to reorder tracks. Provide unit index, track index, and delta (-1 for up, +1 for down).

Instructions

Move a track up or down within an audio unit.

Uses AudioUnitBoxAdapter.moveTrack(adapter, delta) — reindexes the track. Delta is relative: -1 = up, +1 = down.

unit_index: AU index. track_index: Track index within AU. delta: Relative move (-1 up, +1 down).

Returns new index or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deltaYes
unit_indexYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions the underlying method (AudioUnitBoxAdapter.moveTrack) and that it reindexes the track, which gives some behavioral insight. However, it does not disclose side effects like how other tracks' indices shift or whether the change is permanent. The return value is specified as 'new index or error.' This is adequate but lacks depth.

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?

The description is concise, using a short opening sentence followed by technical details. It avoids unnecessary words. Each sentence serves a purpose: purpose, implementation mention, parameter explanations, and return. Could be slightly more front-loaded, but overall efficient.

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

Completeness4/5

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

For a straightforward move operation, the description covers what, how, parameters, and return. The output schema likely documents the return format fully. It does not mention prerequisites (e.g., existence of unit/track), but these may be inferred. Overall sufficient for the tool's simplicity.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must explain parameters. It does so: 'unit_index: AU index', 'track_index: Track index within AU', 'delta: Relative move (-1 up, +1 down).' This adds meaning beyond the bare integer types, specifying valid values for delta and the roles of the indices.

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 the action ('Move a track up or down within an audio unit'). The verb 'move' and resource 'track' are explicit. The context 'within an audio unit' distinguishes it from sibling tools like mcp_opendaw_move_audio_unit (moves the unit itself) and mcp_opendaw_move_notes (moves notes).

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 explicit guidance on when to use this tool versus alternatives like mcp_opendaw_move_audio_unit or other move tools. Sibling tools exist, but the description does not indicate when this tool is appropriate or when to use other tools instead.

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/AMEOBIUS-team/opendaw-mcp'

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