Skip to main content
Glama

mcp_opendaw_transfer_region

Copy or move a region from one track to another at a specified position. Supports cross-unit transfers and preserves audio file resources.

Instructions

Transfer/copy a region to another track at a specific position.

Uses TransferRegions.transfer — copies the region and all its dependencies (notes, events, audio files) to the target track. Works across different audio units. Preserved resources (AudioFileBox) are shared, not duplicated. The source region can optionally be deleted (move semantics).

src_unit_index: Source AU index. src_track_index: Source track index within AU. region_index: Region index within source track (0-based, sorted by position). dst_unit_index: Destination AU index. dst_track_index: Destination track index within AU. insert_position: Position in beats for the new region. delete_source: If true, delete the source region (move). If false, keep source (copy).

Returns the new region's type, position, and duration, or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
region_indexYes
delete_sourceNo
dst_unit_indexYes
src_unit_indexYes
dst_track_indexYes
insert_positionYes
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 provided, the description carries the full burden. It discloses key behaviors: copies all dependencies, works across audio units, shared resources are not duplicated, optional deletion (move semantics), and expected return value. This provides good transparency beyond basic operation.

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: a short paragraph describing the action, followed by a bullet-like list of parameter explanations. Every sentence adds value without redundancy.

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?

Given the tool's moderate complexity (cross-AU transfer, sharing resources, optional deletion), the description covers the essential aspects. It mentions the return value but could further elaborate on error conditions or prerequisites (e.g., destination track must exist). Still, it is largely complete.

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%, but the description provides clear, concise explanations for all 7 parameters, including details like region_index being 0-based and sorted by position, insert_position in beats, and delete_source controlling move vs copy. This fully compensates for the lack of schema descriptions.

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 clearly states the tool transfers/copies a region to another track at a specific position, using a specific verb and resource. It mentions copying dependencies and optional deletion, but does not explicitly differentiate from sibling tools like mcp_opendaw_copy_region_to_track or mcp_opendaw_move_region_to_track.

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 indicates when to use the tool (to transfer/copy a region across audio units) but does not provide explicit guidance on when not to use it or what alternatives exist. The usage context is implied rather than prescribed.

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