Skip to main content
Glama

plan_midi_chord_doubling

Read-only

Plan exact bass, top, or outer octave doublings for selected MIDI chord onsets, assigning which voices to double down or up for precise octave structure.

Instructions

Plan exact bass, top, or outer octave chord doublings across complete selected onsets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesAdd the lowest voice down an octave, highest voice up an octave, or both outer voices.
clipIdYesStable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips.
noteIdsYesUnique stable note IDs at complete chord onsets.
trackIdYesStable track ID returned by list_tracks.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description doesn't need to restate safety. It adds context that the tool operates on complete selected onsets, but it doesn't disclose what the plan produces, any side effects, or constraints beyond that. Since annotations cover the core safety profile, this is adequate but not rich.

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 a single concise sentence with no filler. The key action and scope are front-loaded, making it easy to scan.

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?

With no output schema, the description should clarify what a 'plan' returns and how the agent should use it, but it doesn't. It also leaves ambiguous what 'complete selected onsets' means operationally. The description is too sparse for a 4-parameter tool with no output schema, making it incomplete for correct invocation.

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?

Schema coverage is 100%, so the schema already documents all parameters in detail. The description's mention of 'bass, top, or outer octave' maps to the mode enum but adds no new information beyond what the schema already provides. Baseline 3 is appropriate.

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 uses a specific verb ('plan') plus a concrete resource ('chord doublings') and scope ('across complete selected onsets'). This clearly distinguishes it from the sibling apply_midi_chord_doubling, which would execute rather than plan.

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?

No guidance is provided on when to use this planning tool versus its apply counterpart or other plan_* tools. It doesn't state conditions, prerequisites, or exclusions, leaving the agent to infer when this tool is appropriate.

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

Deploy Server

Other Tools