Skip to main content
Glama

apply_midi_drop_voicing

Convert selected MIDI chord notes into drop 2, drop 3, or drop 2-and-4 voicings, with plan-first confirmation and native note readback verification for accurate results.

Instructions

Plan or apply guarded chord drop voicings with complete native note readback verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesTraditional upper-voice octave drop applied independently at each onset.
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.
dryRunNoOmit or true to return a plan; false requires a valid confirmationToken.
noteIdsYesUnique stable note IDs at complete chord onsets.
trackIdYesStable track ID returned by list_tracks.
planHashNoHash returned by the matching dry run.
confirmationTokenNoShort-lived, single-use token returned by the matching dry run.
expectedStateVersionYesExact stateVersion observed immediately before planning.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false, so the mutation nature is minimally conveyed. The description adds 'guarded' and 'complete native note readback verification', which are useful behavioral facts beyond the annotations. However, it doesn't describe what happens to selected notes, the confirmation/expectedStateVersion checks, or what verification entails in practice.

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?

The description is a single sentence with no filler; the core action and key verification behavior are front-loaded. It could be slightly clearer on the two-phase workflow, but the sentence is compact and purposeful.

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?

For a complex 8-parameter, no-output-schema tool, this one-sentence description omits the crucial two-phase plan/apply workflow, the need for expectedStateVersion, and the relationship to plan_midi_drop_voicing. The schema covers parameter mechanics, but the description doesn't orient the agent on how to sequence calls or interpret the 'readback verification' result. This is insufficient for a guarded mutation tool.

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?

Since schema coverage is 100% and individual parameters have detailed descriptions (e.g., dryRun, confirmationToken, expectedStateVersion), the description doesn't need to re-explain them. The phrase 'Plan or apply' loosely mirrors the dryRun semantics but adds no parameter-specific detail. Baseline 3 applies because the schema carries the burden.

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 states a specific action ('Plan or apply') on a specific resource ('guarded chord drop voicings'), and the phrase 'Plan or apply' hints at the dry-run/apply workflow that distinguishes it from plan-only siblings like plan_midi_drop_voicing. However, it doesn't explicitly name or contrast the sibling, so differentiation is implicit rather than explicit.

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 no explicit when-to-use guidance, exclusions, or alternatives. It does not mention plan_midi_drop_voicing or explain when to plan vs apply. 'Plan or apply' implies two modes, but the agent is left to infer the workflow from the schema.

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