Skip to main content
Glama

mcp_opendaw_create_chorale

Generate a 4-voice SATB chorale from a chord progression with correct voice leading: common tones, no parallel 5ths/8ves, proper ranges. For vocal harmonies, strings and synth pads.

Instructions

Create a 4-voice SATB chorale with voice-leading rules.

Generates soprano, alto, tenor, and bass voices from a chord progression with proper voice leading: common tones preserved, smooth voice movement (no unnecessary leaps), no parallel fifths or octaves between adjacent chords, and voices stay within their ranges (S: 60-81, A: 55-74, T: 48-67, B: 36-62). The soprano voice gets the melody line (chord roots or nearest chord tones). Classic Bach chorale style — foundational for vocal harmonies, string arrangements, synth pad layering.

chord_pattern: Comma-separated chord names (e.g. "C,Am,F,G"). Supports: maj, min, m7, maj7, dom7, sus2, sus4, dim, aug. beats_per_chord: Duration of each chord in beats (default 4 = 1 bar in 4/4). beats_per_bar: Time signature beats (3/4=3, 4/4=4, 6/8=6, default 4). key_root: Key root note for voice-leading context (e.g. "C", "F#", "Bb"). key_mode: Key mode — "major" or "minor" (affects voice assignment). soprano_velocity: Velocity of soprano voice (0-1, default 0.7). alto_velocity: Velocity of alto voice (0-1, default 0.6). tenor_velocity: Velocity of tenor voice (0-1, default 0.6). bass_velocity: Velocity of bass voice (0-1, default 0.65). note_duration: Note duration as fraction of chord length (0-1, default 0.9). voice_spread: Extra spacing between voices in semitones (0-12, default 0). unit_index: AU index with note track (-1 = find first AU with note tracks). track_index: Note track index within the AU. start_beat: Position in beats where the chorale begins.

Returns notes created, chord count, voice ranges, voice-leading info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_modeNomajor
key_rootNoC
start_beatNo
unit_indexNo
track_indexNo
voice_spreadNo
alto_velocityNo
bass_velocityNo
beats_per_barNo
chord_patternNoC,Am,F,G
note_durationNo
tenor_velocityNo
beats_per_chordNo
soprano_velocityNo

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 burden of behavioral disclosure. It explains generation mechanics: common tones preserved, smooth voice movement, no parallel fifths/octaves, range limits for each voice, and soprano receives the melody. It also lists returned data. This goes well beyond a basic summary, though it doesn't address potential side effects like overwriting existing notes.

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 efficiently structured: opening summary, behavioral detail, then a clear parameter list and returns line. Each sentence serves a purpose—voice ranges, chord types, defaults, and output behavior are all packed in without fluff. It is long out of necessity given the 14 parameters, but 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?

This is a complex tool with 14 parameters and no schema descriptions, yet the description covers every parameter, explains voice-leading logic, gives range constraints, and notes the output structure. The presence of an output schema reduces the need to detail return values, but the description still mentions them. For a generation tool with this complexity, the description is remarkably complete.

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?

The input schema has no descriptions for any parameter (0% coverage). The tool description compensates by documenting all 14 parameters, including defaults, ranges, and examples (e.g., 'chord_pattern: Comma-separated chord names (e.g. "C,Am,F,G")'). This fully resolves the schema gap and provides actionable meaning beyond the stamped types 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 a specific action: 'Create a 4-voice SATB chorale with voice-leading rules.' It clearly distinguishes this tool from sibling tools like create_harmony or create_voice_led_progression by specifying SATB voicing, voice-leading constraints, and Bach chorale style. This is a concrete verb+resource pairing with immediate differentiation.

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: 'Classic Bach chorale style — foundational for vocal harmonies, string arrangements, synth pad layering.' It implies suitability for traditional SATB writing but does not name alternative tools or explicitly state when not to use it, so it stays at 4 rather than 5.

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