Skip to main content
Glama

mcp_opendaw_create_harmony

Generate harmony parts from existing notes by adding intervals such as thirds, fifths, or sixths. Supports diatonic and chromatic intervals, directing harmony above or below the melody.

Instructions

Generate harmony parts from existing notes — thirds, fifths, sixths, octaves.

Reads notes from an existing region and creates harmonized copies at a fixed interval. Supports diatonic (scale-aware) and chromatic (fixed semitone) intervals. Output goes to a new or existing track.

unit_index: Source AU index. track_index: Source note track index. region_index: Source region index. interval: Harmony interval type:

  • "thirds" — diatonic third above/below (3rd scale degree)

  • "fifths" — diatonic fifth (5th scale degree)

  • "sixths" — diatonic sixth (6th scale degree)

  • "octave" — octave up/down (12 semitones)

  • "fifth_chromatic" — perfect fifth (7 semitones, fixed)

  • "fourth_chromatic" — perfect fourth (5 semitones, fixed)

  • "third_major" — major third (4 semitones, fixed)

  • "third_minor" — minor third (3 semitones, fixed) direction: "up" or "down" (harmony above or below the melody). new_unit_index: Target AU index (-1 = create new synth track for harmony). new_track_index: Target note track index on the target AU. velocity: Velocity for harmony notes (default 0.65, slightly quieter than melody).

Returns source notes read and harmony notes created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intervalNothirds
velocityNo
directionNoup
unit_indexYes
track_indexNo
region_indexNo
new_unit_indexNo
new_track_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains that it reads notes from an existing region, creates copies, and supports diatonic/chromatic intervals. It mentions default velocity and output to new/existing track. However, it does not disclose potential side effects (e.g., whether original notes are modified, destruction, or idempotency). With zero annotations, this is adequate but not exhaustive.

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: a brief summary, followed by a clear list of parameters with explanations. It is front-loaded with the main purpose. While it is somewhat lengthy, every sentence contributes value. Minor redundancy could be trimmed (e.g., 'interval: Harmony interval type:' is slightly repetitive), but overall it is efficient.

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 8 parameters, 0% schema coverage, and an output schema, the description covers all parameters adequately and mentions return values ('Returns source notes read and harmony notes created'). It explains the process and the difference between diatonic and chromatic intervals. The output schema likely details the return structure, so the description is sufficient for an AI to use correctly.

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%, but the description extensively explains each parameter. For interval, it lists all valid values and their meanings (e.g., 'thirds — diatonic third above/below'). It explains velocity default (0.65, slightly quieter) and the purpose of new_unit_index (-1 creates new track). This adds significant meaning beyond the schema names and compensates fully for the lack of schema 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 the tool's function: 'Generate harmony parts from existing notes'. It lists specific intervals (thirds, fifths, sixths, octaves) and differentiates from similar tools like create_harmony_line by focusing on fixed-interval harmony from existing notes. The verb 'create' and resource 'harmony parts' are specific and 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 implies usage when harmonizing existing notes: 'Reads notes from an existing region and creates harmonized copies at a fixed interval.' It does not explicitly state when not to use or provide alternatives, but the context is clear. Among siblings like create_harmony_line, this tool is for fixed-interval harmony, which is clearly indicated.

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