Skip to main content
Glama

mcp_opendaw_list_note_regions

Read-only

List note regions in openDAW projects, optionally filtering by audio unit and track, to retrieve each region's position, duration, and note count.

Instructions

List all note regions with position, duration, and note count.

unit_index: Audio unit index (-1 = all AUs). track_index: Specific note track (-1 = all note tracks).

Returns list of regions with: region_index, unit_index, track_index, position_beats, duration_beats, label, note_count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unit_indexYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The readOnlyHint annotation already signals a read operation. The description adds value by specifying the output fields returned (region_index, unit_index, track_index, position_beats, duration_beats, label, note_count) and the meaning of -1 for both parameters, which goes beyond the annotation. No contradictions with the annotation were found.

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 front-loaded: the first sentence states the tool's purpose, followed by two concise parameter explanations and a clear list of return fields. Every line contributes useful information with no redundancy or filler.

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?

For a straightforward list operation, the description covers the purpose, parameter behavior, and return structure. Since an output schema exists and the tool is simple, there are no significant gaps. The description is sufficiently complete for an agent to select and invoke it correctly.

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?

The input schema provides no descriptions for unit_index and track_index (0% coverage), but the description fully compensates by explaining each parameter and the special -1 value indicating 'all'. This is essential semantic information that the schema lacks.

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 identifies the action ('List all note regions'), the resource ('note regions'), and the key returned attributes ('position, duration, and note count'). This distinguishes it from sibling tools like list_notes and list_audio_regions, which operate on different entities.

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 concrete parameter semantics: unit_index and track_index, with -1 meaning 'all'. This gives clear context for invoking the tool correctly. However, it does not explicitly compare to alternatives or state when to prefer this over list_notes/list_audio_regions, so it misses the higher bar for explicit exclusions or alternative 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