Skip to main content
Glama

mcp_opendaw_get_note_range

Read-only

Retrieve the pitch range and longest note duration from a note region to determine vocal/instrument range and plan transposition.

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
Behavior3/5

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

The annotations already declare readOnlyHint: true, so the safety profile is covered. The description adds minimal behavioral context beyond that: it mentions 'or error' and lists return fields, but does not detail error conditions, permissions, or any other behavioral traits. With annotations in place, the description does not carry the full burden, so a 3 is appropriate.

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: opening sentence, return summary, parameter list, and return list. It is front-loaded and each line serves a purpose, though the opening sentence and the return list slightly overlap in stating the outputs.

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?

For a simple read-only getter with an output schema, the description covers all necessary aspects: purpose, parameters, and return values. The mention of error behavior is vague, but the overall tool is simple and the annotations plus output schema fill in the rest.

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?

The schema has zero description coverage, so the parameter definitions in the description are essential and valuable. Each parameter (unit_index, track_index, region_index) gets a concise semantic explanation ('AU index', 'Note track index within the AU', 'Note region index'). While not exhaustive, it compensates well for the schema's lack of 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 a specific verb ('Get') and resource ('pitch range and max duration of notes in a note region'), and immediately distinguishes itself from sibling tools by specifying exact outputs (min pitch, max pitch, longest note duration). The name is reinforced and the purpose is unambiguous.

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 clear context for when to use the tool ('useful for determining the vocal/instrument range and planning transpose operations'), but it does not explicitly mention alternatives or exclude other tools. This is sufficient for a simple getter, though it could be stronger with explicit 'use instead of' 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