Skip to main content
Glama

mcp_opendaw_move_region_to_track

Move a region to another track or audio unit, preserving its position, duration, and content. The source track loses the region, and the destination track receives it.

Instructions

Move a region from one track to another (possibly in a different audio unit).

The region keeps its position, duration, and content. The source track loses the region.

src_unit_index: Source audio unit index. src_track_index: Source track index within source unit. region_index: Region index within source track. dst_unit_index: Destination audio unit index. dst_track_index: Destination track index within destination unit.

Returns success or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
region_indexYes
dst_unit_indexYes
src_unit_indexYes
dst_track_indexYes
src_track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key side effects: the region keeps its position/duration/content and the source track loses the region. It also states the return behavior ('Returns success or error'). This goes beyond a bare mutation claim by specifying invariants and the fact that the source is affected, though it does not cover undo behavior or edge-case validation.

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 compact and well-structured: an opening sentence stating the core action, a behavioral invariant sentence, a bullet-like parameter list, and a return-value note. Every sentence earns its place; no redundant or filler content.

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?

The description covers the essential semantics for a 5-parameter cross-unit move operation: parameter meanings, the preservation of region properties, and the source track losing the region. However, it omits guidance on when to use this over the closely related copy_region_to_track or transfer_region, and it does not mention possible failure modes (e.g., invalid indices) or whether the operation is undoable. Given the complexity, it is adequate but not exhaustive.

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?

Schema description coverage is 0%, so the description must compensate. It defines each parameter in plain language (src_unit_index, src_track_index, region_index, dst_unit_index, dst_track_index) with context ('Source track index within source unit'), adding meaning that the schema's bare titles lack. This fully explains the 5-parameter interface.

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 uses a specific verb ('Move') and resource ('region from one track to another'), and clarifies that it can cross audio units. It distinguishes from the copy sibling by stating 'The source track loses the region,' making the tool's unique purpose clear.

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 description gives clear context for when to use the tool (when moving a region between tracks), but it does not explicitly mention alternatives or provide exclusions. The statement 'The source track loses the region' implies a contrast with copying, but it never explicitly says 'to keep the source, use copy_region_to_track' or otherwise compare against sibling tools.

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

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