Skip to main content
Glama

mcp_opendaw_invert_chord_notes

Invert a chord at a given beat by moving the bottom notes up an octave or top notes down to create chord voicings like first or second inversion.

Instructions

Invert a chord at a specific position — move bottom N notes up an octave (or top N down).

A chord inversion (voicing change) rearranges which chord tone is lowest without changing the chord itself. 1st inversion: the 3rd is in the bass. 2nd inversion: the 5th is in the bass. This tool finds notes at a given beat position, groups them as a chord, and moves the bottom N notes up an octave (or top N down).

Args: unit_index: Audio unit index track_index: Note track index region_index: Region index chord_position: Beat position of the chord to invert inversion: Number of notes to invert (1=first inversion, 2=second inversion, 3=third for 7th chords) direction: "up" = move bottom notes up an octave (standard), "down" = move top notes down an octave (drop voicing) Returns: JSON with notes_inverted, original pitches, new pitches, chord root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoup
inversionNo
unit_indexYes
track_indexYes
region_indexYes
chord_positionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It explains the internal process (find notes at beat, group as chord, move notes) and return fields (notes_inverted, original pitches, etc.). Does not mention error conditions but is fairly transparent for a technical tool.

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?

Description is structured with a summary line, explanatory paragraph, and parameter list. Slightly long but each part adds value. No redundancy.

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 the output schema, the description covers return values and inputs. Does not specify prerequisites (e.g., chord must exist at position) or error handling, but overall sufficient for a mutation tool.

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%, but the description compensates by listing all parameters with explanations (e.g., inversion=1 first, 2 second, 3 third for 7th chords; direction up=standard, down=drop). Adds value beyond schema defaults and titles.

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 inverts chord notes by moving bottom N up or top N down an octave. It explains inversions (1st, 2nd) and distinguishes from siblings like invert_notes and spread_voicing by focusing on chord voicing at a specific beat position.

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 explains inversion theory and parameter roles but does not explicitly compare to alternatives like spread_voicing or invert_notes. It implies usage for changing chord voicing without altering the chord itself.

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