Skip to main content
Glama

THIRI Chord Intelligence — Music Theory MCP Server

generate_voicing

Read-onlyIdempotent

Instrument-ready voicing in a style. Tension symbols voice by seat substitution (arranging practice, not stacking): 9/b9/#9 replace the root, #11/13/b13 replace the 5th, the 3rd and 7th are untouched guide tones. Pass voices: 5 to promote the implied 9 of an 11/13 chord; pass previousNotes for a voice-leading score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chordYes
styleNo
octaveNo
voicesNo
keyContextNo
previousNotesNo

TDQS

B3.2/5.0
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 of behavioral disclosure. It does disclose the key rule that tensions substitute for chord tones and explicitly warns against simple stacking ('arranging practice, not stacking'). However, it does not describe the output format, what 'instrument-ready' means concretely, or any notable limitations 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 compact and information-dense, with no filler or repetition. It front-loads the primary purpose, then explains the substitution rules and the two most behavior-relevant parameters, so every sentence contributes meaningful operational detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given six parameters, no output schema, and no annotations, the description is not complete enough for an agent to confidently invoke the tool. It omits the meaning of style, octave, and keyContext, does not state what the returned voicing looks like, and provides no guidance on when to prefer this tool over its siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All six parameters appear in the schema with type information, so schema coverage is high and the baseline is 3. The description adds semantic value for previousNotes and voices, but leaves style, octave, keyContext, and chord underspecified. It compensates only partially for the missing parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's function as producing instrument-ready voicings in a given style, with a specific resource (chord symbols) and a concrete approach (seat substitution). It does not explicitly differentiate itself from sibling tools like analyze_chord or reharmonize, but the output and domain are clearly stated.

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

Usage Guidelines2/5

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

The description gives useful parameter-level guidance ('pass voices: 5', 'pass previousNotes'), but it never states when to choose generate_voicing over the available alternatives. No exclusions or comparison against analyze_chord, conduct_band, or reharmonize are provided, leaving usage context largely implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation2/5

analyze_chord, resolve_chord, and generate_voicing all operate on chord content and can easily be confused without reading the full descriptions. conduct_band is a clear outlier, while only reharmonize has a distinctly separate purpose.

Naming Consistency4/5

Most tools follow a clean verb_noun snake_case pattern: analyze_chord, resolve_chord, generate_voicing, and conduct_band. reharmonize breaks the pattern by being a bare verb, but the naming style is otherwise predictable.

Tool Count4/5

Five tools is a reasonable size for a focused server and avoids tool overload. However, conduct_band feels like it belongs in a separate arranging/conductor server rather than a chord intelligence server, which slightly weakens the set's focus.

Completeness3/5

The core chord-intelligence tasks are covered: analysis, resolution, voicing, and reharmonization. Missing obvious operations like chord inversion, transposition, or progression generation create noticeable gaps, and audio rendering is explicitly delegated elsewhere.

Resources