Skip to main content
Glama

mcp_opendaw_set_note_cents

Apply specific cent offsets to notes for microtonal pitch control, with modes for alternating, gradient, or scale-degree targeting.

Instructions

Set detune (cents) on notes — deterministic microtonal pitch control.

Unlike humanize_pitch (random cents), this tool applies SPECIFIC cent offsets to targeted notes. This enables:

  • Piano honky-tonk: detune alternate notes by +8/-8 cents

  • Quarter-tone scales: +50 cents on selected pitches

  • Sympathetic resonance: subtle +3 cents on sustained notes

  • Just intonation corrections: -2 cents on major thirds, +14 on fifths

  • Arabic maqam: quarter tones between semitones

  • Synth drift: gradual cent increase across a sequence

  • Chorus effect (MIDI): duplicate track detuned +7 cents

Modes:

  • "all": Apply to all notes in the region(s)

  • "pitch": Apply only to notes matching target_pitch (e.g. "60" or "C4")

  • "beats": Apply at specific beat positions (comma-separated, e.g. "0,4,8")

  • "indices": Apply to specific note indices (comma-separated, e.g. "0,2,4")

  • "alternating": Alternate +cents and -cents on consecutive notes

  • "gradient": Linearly increase cents from 0 to target across all notes

  • "scale_degree": Apply to notes on specific scale degrees (requires scale + root_note + target_pitch as degree numbers)

Args: unit_index: AU index (-1 = all AUs). track_index: Note track index (-1 = all note tracks). region_index: Region index (-1 = all regions on track). cents: Cent offset to apply (-100 to +100). 100 cents = 1 semitone. mode: Targeting mode (see above). target_pitch: For "pitch" mode: MIDI note number (e.g. "60") or note name (e.g. "C4"). For "scale_degree" mode: comma-separated degree numbers (e.g. "3,7" = apply to 3rd and 7th degrees). beat_positions: For "beats" mode: comma-separated beat positions. note_indices: For "indices" mode: comma-separated note indices. direction: "up" (positive cents) or "down" (negative cents). For alternating mode, this sets the first note's direction. scale: For "scale_degree" mode: scale name (major, minor, dorian, etc.). root_note: For "scale_degree" mode: root note name.

Returns notes modified, per-mode details, and average cents applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoall
centsNo
scaleNo
directionNoup
root_noteNoC
unit_indexNo
track_indexNo
note_indicesNo
region_indexNo
target_pitchNo
beat_positionsNo

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 that the tool applies specific cent offsets, describes modes, and mentions the cent range (-100 to +100). It also notes that it returns 'notes modified, per-mode details, and average cents applied'. However, it does not disclose potential side effects or destructive actions.

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 moderately lengthy but well-structured with bullet points for modes and dashes for examples. It front-loads the core purpose and differentiates from siblings. However, some redundancy exists (e.g., repeating allowed values in the examples could be trimmed). Still, it earns its length.

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?

Given 11 parameters, no annotations, and an output schema existing (so return values need not be described in detail), the description is quite complete. It covers the main behavior, all modes, and parameter explanations. The examples provide rich context for usage. Minor gaps: no description of error conditions or 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?

Schema coverage is 0%, so the description must compensate. It explains 8 out of 11 parameters in detail (mode, cents, target_pitch, beat_positions, note_indices, direction, scale, root_note), providing examples and context. The remaining three (unit_index, track_index, region_index) are briefly mentioned with defaults. This adds significant value beyond the schema.

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 purpose: setting deterministic cent offsets on notes for microtonal pitch control. It distinguishes itself from the sibling tool 'humanize_pitch' by explicitly contrasting random vs deterministic behavior. The verb+resource is specific: 'Set detune (cents) on notes'.

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 this tool, explicitly contrasting with humanize_pitch (random cents). It lists multiple modes and example use cases, helping the agent understand applicability. However, it does not explicitly state when NOT to use it or provide alternative tools beyond humanize_pitch.

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