Skip to main content
Glama

mcp_opendaw_get_note_range

Read-only

Analyze a note region to retrieve min and max pitch, longest note duration, and note count for planning transpositions.

Instructions

Get the pitch range and max duration of notes in a note region.

Returns min pitch, max pitch, and longest note duration — useful for determining the vocal/instrument range and planning transpose operations.

unit_index: AU index. track_index: Note track index within the AU. region_index: Note region index.

Returns min_pitch, max_pitch, max_duration_beats, note_count, or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds value by listing specific return fields (min_pitch, max_pitch, max_duration_beats, note_count) and error possibility, confirming no destructive behavior.

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 concise (3 sentences plus parameter definitions) with a clear structure: action, returns, then parameter list. No redundant information; every sentence adds value.

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 tool's low complexity (3 simple parameters, an existing output schema hinted by 'Returns'), the description covers the purpose, return values, and parameter meanings completely. The mention of 'or error' handles edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by providing a brief explanation for each of the 3 parameters: unit_index, track_index, region_index. This adds meaning beyond the schema's type-only definitions.

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 it gets pitch range and max duration of notes in a note region, specifying return values (min pitch, max pitch, longest note duration) and use cases. It distinguishes from siblings by focusing on range rather than listing all notes or statistics, but does not explicitly name alternatives.

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 context for use: 'useful for determining the vocal/instrument range and planning transpose operations.' However, it does not specify when not to use this tool versus similar ones like list_notes or note_stats, nor does it mention prerequisites or conditions.

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