Skip to main content
Glama
BluesPrince

THIRI Chord Intelligence — Music Theory MCP Server

reharmonize

Read-onlyIdempotent

Apply jazz reharmonization techniques to a chord progression and get one alternative per applicable technique, each with a plain-English explanation.

Instructions

Reharmonize a chord progression using jazz techniques. Returns one alternative per applicable technique, each with the new progression, the changes, and a plain-English explanation. With technique 'auto' (default) it returns every technique that applies. Techniques: tritone_sub, ii_v_insertion, modal_interchange, diminished_passing, secondary_dominant, chain_of_dominants, coltrane_changes, backdoor. (modal_interchange and backdoor require a key.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoKey center (e.g. 'C') — enables modal_interchange and backdoor
techniqueNoReharmonization technique (default: 'auto' = all applicable)
progressionYesChord symbols, one per bar (e.g. ['Cmaj7', 'Dm7', 'G7', 'Cmaj7'])
Behavior4/5

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

Annotations already provide readOnly and idempotent hints. Description adds behavioral details: returns one alternative per technique with progression, changes, explanation; 'auto' returns all applicable techniques. No contradictions.

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?

Two focused sentences plus a list and note. Front-loaded with core purpose. No extraneous words; every sentence adds value.

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?

Adequately covers return format, technique behavior, and prerequisites. No output schema, but description explains outputs. Could briefly explain each technique, but not essential given jazz context.

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

Parameters4/5

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

Schema covers all parameters with descriptions (100% coverage). Description adds value by explaining default technique behavior and key requirement for certain techniques, exceeding schema info.

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?

Clearly states 'Reharmonize a chord progression using jazz techniques' with specific verb and resource. Distinguishes from sibling tools (analyze_chord, generate_voicing, resolve_chord) by focusing on reharmonization. Lists techniques and return format.

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?

Indicates when to use (reharmonization context) and notes conditions for some techniques (require key). Does not explicitly compare to alternatives, but sibling tool names imply distinct purposes.

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/BluesPrince/thiri-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server