Skip to main content
Glama

mcp_opendaw_apply_genre_humanization

Humanize programmed MIDI arrangements using genre-specific timing and velocity recipes, replacing robotic quantization with natural feel.

Instructions

Apply genre-aware humanization to arrangement tracks — makes programmed MIDI feel alive.

After creating an arrangement, notes are perfectly quantized — robotic. This tool applies genre-appropriate humanization: jazz gets loose timing and wide velocity variation, electronic genres stay tight with minimal variation, funk gets behind-the-beat pocket feel.

Each genre has a different humanization recipe:

  • Jazz: high timing variation (0.20), high velocity variation (0.20), swing 0.66 (classic jazz swing feel). Drums get the most humanization.

  • Funk: behind-the-beat timing (positive bias), medium velocity variation, swing 0.0 (straight 16ths but with pocket feel).

  • Rock: medium timing (0.10), medium velocity (0.12), no swing. Drums get slight push, bass stays tight.

  • Reggae: laid-back timing (positive bias, behind beat), medium velocity, no swing. Bass stays tight (it's the lead), drums get loose.

  • Pop: very subtle (0.05 timing, 0.08 velocity), no swing. Pop should sound polished, not loose.

  • DnB/House/Techno/Trance/Synthwave/Dubstep/Trap: minimal humanization. Electronic genres should sound tight and consistent. Timing 0.03, velocity 0.05, no swing.

  • Afrobeat: medium timing (0.12), medium velocity (0.15), no swing. Polyrhythms need some human feel but stay grounded.

  • Disco: subtle timing (0.06), medium velocity (0.10), no swing. Disco should sound tight but not robotic — live drummer feel.

genre: One of: dnb, house, trap, techno, dubstep, afrobeat, rock, jazz, pop, funk, reggae, synthwave, trance, disco unit_index: AU index with the arrangement tracks. drum_track / bass_track / harmony_track / melody_track: Track indices. has_4th_track: True if arrangement has 4 tracks (False for 3-track genres).

Returns humanization parameters applied per track.

Example:

After: create_jazz_arrangement(...)

apply_genre_humanization("jazz", unit_index=0)

After: create_dnb_arrangement(...)

apply_genre_humanization("dnb", unit_index=0, has_4th_track=False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genreYes
bass_trackNo
drum_trackNo
unit_indexNo
melody_trackNo
harmony_trackNo
has_4th_trackNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses detailed genre-specific behavior (timing/velocity/swing values), track-level effects (drums get most, bass stays tight), and that it returns the applied parameters. It does not explicitly state whether it mutates the actual MIDI notes or how it interacts with prior humanization, but the coverage is substantial.

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 a clear purpose statement, followed by structured sections: context, genre recipe bullets, parameter list, return value, and a concrete example. It is long, but every sentence contributes necessary behavioral or semantic detail for a complex tool with 7 parameters and 14 genres. Nothing feels redundant.

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 complexity and the existence of an output schema, the description is remarkably complete. It covers the workflow context (post-arrangement), all parameter semantics, genre-specific recipes, track roles, and provides a usage example. The only minor omission is an explicit prerequisite statement, but the examples and opening context imply it clearly.

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 coverage is 0%, so the description must compensate — and it does. It explains the genre parameter with an explicit list of allowed values, defines unit_index as 'AU index with the arrangement tracks', interprets the track indices, and clarifies has_4th_track in the context of 3- vs 4-track genres. This adds essential meaning beyond the bare 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 opens with a specific verb+resource: 'Apply genre-aware humanization to arrangement tracks — makes programmed MIDI feel alive.' It clearly distinguishes itself from generic humanization tools (e.g., humanize_notes, apply_swing) by emphasizing genre-awareness and the arrangement-track context.

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 contextual guidance: use it after creating an arrangement because notes are quantized/robotic. Examples explicitly show calls after create_jazz_arrangement and create_dnb_arrangement. However, it does not explicitly name alternative tools to use instead (e.g., humanize_notes) or exclusion cases, so it stops short of perfect 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