Skip to main content
Glama

mcp_opendaw_split_note_region

Split a note region into two at a specified beat position to divide sections, remove silence, or create variations for arrangement edits.

Instructions

Split a note region into two at a given beat position.

Creates a new region starting at split_beat containing all notes from that position onward. The original region's duration is trimmed to split_beat. Notes that straddle the split point are kept in the original region (they will play their full duration even if they extend past the trimmed region boundary — this matches DAW behaviour).

Use cases:

  • Divide a long region into sections (e.g. split at bar 8 for verse/chorus)

  • Cut silence off the end of a region

  • Create variations: split, then modify one half

  • Prepare for arrangement edits (move one half elsewhere)

unit_index: AU index. track_index: Note track index. region_index: Region to split (0-based). split_beat: Absolute beat position to split at (must be within region range).

Returns original and new region details.

Example:

Split region 0 at bar 8 (beat 32 in 4/4)

split_note_region(0, 0, 0, 32)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
split_beatYes
unit_indexYes
track_indexYes
region_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 full burden. It details behavior: original trimmed, new region created, straddling notes kept. It does not mention undo or side effects, but the behavior is transparent enough for a split 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 well-structured: purpose, behavior, use cases, parameter list, returns, example. Each section is concise and useful, no wasted sentences.

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

Completeness5/5

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

Given the output schema exists, no need to explain return values. The description covers all necessary aspects: behavior, use cases, parameters, and example, making it fully complete for a split tool.

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 coverage is 0%, so description compensates fully. It explains all 4 parameters (unit_index, track_index, region_index, split_beat) with purpose and constraints (split_beat must be within region range), plus an example. Adds significant meaning.

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 tool's action: split a note region into two at a given beat position. It explains the behavior (trim original, create new region, handle straddling notes) and distinguishes from sibling tools like merge or delete by the specific splitting action.

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

Usage Guidelines4/5

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

The description provides explicit use cases (e.g., divide long region, cut silence, create variations) and an example, guiding when to use. It lacks explicit when-not or alternative tools, but the context and use cases sufficiently indicate usage.

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