Skip to main content
Glama

mcp_opendaw_duplicate_region

Duplicate any region (audio, note, or value) in openDAW using the DAW's built-in API. Place the copy after the original or find free space, then retrieve the new region's position and index.

Instructions

Duplicate any region (audio, note, or value) using the DAW's built-in duplicateRegion API.

Places the copy right after the original. With find_free_space=True, scans for the first available gap on any track (auto-resolves overlaps). Without it, places on the same track at the original's end position.

unit_index: Audio unit index (-1 = search all AUs). track_index: Track index within the AU. region_index: Region to duplicate (0-based). find_free_space: If True, find the first free space on any track. If False, place directly after the original on the same track.

Returns the new region's position and index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unit_indexYes
track_indexYes
region_indexYes
find_free_spaceYes

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: copy is placed right after the original, find_free_space scans for first gap on any track, and it returns position and index. It does not mention undoability or error handling, but it provides meaningful behavioral context beyond the schema.

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 well-structured with a clear opening, placement behavior, parameter list, and return value statement. It is slightly longer than necessary but every sentence adds value and the format is readable.

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 tool has 4 required parameters, no annotations, and an output schema. The description explains the operation, parameter semantics, and return value. It lacks edge-case behavior (e.g., invalid indices, overlap prevention when find_free_space=False) but is sufficiently complete for a duplication operation.

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 explicitly explains all four parameters, including special values (unit_index=-1 means search all AUs), zero-based region_index, and exact behavior of find_free_space. 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.

Purpose5/5

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

The description clearly states 'Duplicate any region (audio, note, or value)' with a specific verb and resource, and the mention of 'using the DAW's built-in duplicateRegion API' adds specificity. It distinguishes itself from sibling tools like duplicate_note_region by covering all region types.

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 explains the two placement modes (with and without find_free_space) and param semantics, giving clear context on execution. However, it does not explicitly mention when to use this tool versus alternatives such as duplicate_note_region or duplicate_audiounit, nor does it provide any exclusions or when-not guidance.

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