Skip to main content
Glama

mcp_opendaw_set_note_advanced

Set advanced note properties in openDAW, including chance, micro-tuning cents, repeat count, and repeat curve, for fine-grained control.

Instructions

Set advanced note properties — chance, cent, playCount, playCurve.

These properties are beyond basic position/duration/pitch/velocity:

  • chance: Probability of note playing (0-100%, 100 = always)

  • cent: Micro-tuning in cents (-50 to +50, 0 = exact pitch)

  • play_count: Number of repeats (1-16, 1 = single note)

  • play_curve: Repeat curve (-1 to +1, 0 = even spacing)

Pass -1 (or -999 for float fields) to skip a property (leave unchanged).

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

Returns updated values, or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centNo
chanceNo
note_indexYes
play_countNo
play_curveNo
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?

No annotations are provided, so the description carries full burden. It explains the skip sentinel values (-1 or -999), gives value ranges for each property, and states the return behavior ('Returns updated values, or error'). This is substantial behavioral disclosure, though it doesn't mention side effects like in-place mutation explicitly.

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 definition followed by bullet-point property details and a concise note on skipping. It is not overly verbose, though the index parameter list adds a few lines that could be merged. Overall efficient and easy to scan.

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?

The tool has 8 parameters but the description covers all of them to some degree, including required index paths and optional advanced properties with sentinel behavior. It also mentions the output ('updated values, or error'), and with an output schema present, that suffices. There are no major gaps for an agent to invoke it correctly.

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?

Schema description coverage is 0%, so the description must compensate. It does so by explaining the four main properties with ranges and meanings, and identifies the four index parameters (unit, track, region, note). The index explanations are terse ('AU index') but sufficient given the parameter names.

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 uses a specific verb ('Set') and resource ('advanced note properties'), explicitly enumerating the four properties (chance, cent, playCount, playCurve). It distinguishes itself from basic note property tools by stating these are 'beyond basic position/duration/pitch/velocity', making its purpose clear and unique among siblings.

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 implies usage for advanced note properties and clarifies that basic properties are handled elsewhere ('These properties are beyond basic...'). It does not explicitly name alternatives like set_note_properties, but the scope is clear enough to guide selection.

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