Skip to main content
Glama

mcp_opendaw_humanize_pitch

Add micro-detune (cents) to MIDI notes to simulate natural pitch drift, making programmed parts sound human and expressive.

Instructions

Add micro-detune (cents) to notes — intonation humanization.

Real instruments and vocals never play perfectly in tune — there's always slight pitch drift. humanize_notes handles velocity/timing/duration, but pitch stays quantized. This tool adds per-note cent offsets to simulate natural intonation imperfections.

Useful for:

  • String sections that sound too perfect

  • Vocal MIDI parts that need warmth

  • Brass arrangements needing intonation character

  • Any programmed MIDI that feels sterile

unit_index: AU index (-1 = all AUs). track_index: Note track index (-1 = all note tracks on the AU). region_index: Region index (-1 = all regions on the track). cents_depth: Maximum deviation in cents (0-50, default 5 = +/-5 cents). 3 = subtle warmth, 5 = natural, 10 = loose, 20 = detuned, 50 = chaotic. bias: Directional bias in cents (-20 to +20, default 0 = centered). Positive = sharp tendency, negative = flat tendency. Useful for simulating ensembles that drift sharp. seed: Random seed for reproducibility (same seed = same detune pattern).

Returns per-track note counts, total notes detuned, cent range.

Example:

Subtle string warmth

humanize_pitch(unit_index=0, track_index=2, cents_depth=4, seed=7)

Detuned brass

humanize_pitch(unit_index=0, track_index=3, cents_depth=12, bias=-3)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
biasNo
seedNo
unit_indexNo
cents_depthNo
track_indexNo
region_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It explains that the tool adds random cent offsets based on a seed (reproducible), and it states the return format. However, it does not disclose whether the operation is destructive or how it interacts with the original pitch data (e.g., whether it replaces or offsets), and there is no mention of undo or side effects.

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 front-loaded with the core action, followed by a brief context, then parameter docs and examples. The four-bullet 'Useful for' list is concise and practical, and the parameter explanations are dense without padding. It avoids redundancy despite 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?

For a 6-parameter tool with no annotations and no schema descriptions, the description documents all parameters, provides defaults, ranges, return types, and examples. The main gap is the lack of a destructive/undo warning, which would be important for a pitch-modifying operation. The output schema likely covers the return object, so the return description is supplementary.

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?

Schema description coverage is 0%, so the description must define the parameters. It does so thoroughly: unit_index/track_index/region_index scoping, cents_depth with levels (3=subtle warmth, 5=natural, etc.), bias with direction, and seed reproducibility. This goes far beyond the schema's bare names and defaults.

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 opens with 'Add micro-detune (cents) to notes — intonation humanization,' using a specific verb and resource, and immediately distinguishes itself from the sibling humanize_notes by noting that 'humanize_notes handles velocity/timing/duration, but pitch stays quantized.' This clearly sets it apart from related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly names the alternative for velocity/timing/duration (humanize_notes) and provides a 'Useful for' list of concrete scenarios (string sections, vocal MIDI, brass, sterile MIDI). This gives a clear context for when to apply the tool and what it does not do.

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