Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

compose_chord_progression

Read-onlyIdempotent

Generate voice-led triads or seventh chords from Roman numeral progressions and place them in FL Studio via virtual MIDI, preserving the current project state.

Instructions

Generate voice-led triads/sevenths without changing FL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNoTonic note name, for example C, F#, or Bb.C
octaveNo
voicingNoDeterministic voicing strategy.close
velocityNo
tempo_bpmNo
collectionNoBundled scale/mode/raga name, or custom.major
progressionYesRoman chords such as I, vi, IV, V, or V7.
beats_per_chordNo
custom_intervalsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
seedNo
notesYes
warningsNo
generatorYes
tempo_bpmNo
note_countYes
duration_beatsYes
engine_versionNopostfader-creative-1
schema_versionNo1.0
pitch_collectionNo
mutations_appliedNo
note_digest_sha256Yes
time_signature_numeratorNo
time_signature_denominatorNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the non-mutating safety profile. The description adds the specific 'without changing FL' context and the voice-led behavior, but does not disclose additional behavioral details such as how generated chords are returned or how parameters interact. No contradiction with annotations.

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?

A single sentence with high signal-to-noise: the verb, target resource, key musical behavior, and non-mutating constraint are all front-loaded. There is no filler or redundant restating of the title or schema.

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

Completeness3/5

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

Given the 9-parameter complexity, annotation coverage, and presence of an output schema, the description is adequate but thin. It does not explain when to select this tool over compose siblings, nor does it clarify the meaning of the less obvious parameters. The output schema reduces the need to describe return values, but broader usage context is missing.

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

Parameters2/5

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

Schema description coverage is only 44%, and the description adds no parameter-level meaning. Several parameters (octave, velocity, tempo_bpm, beats_per_chord, custom_intervals) lack schema descriptions, and the tool description does not compensate. While some names are self-explanatory, custom_intervals in particular remains underspecified.

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 ('Generate') with a clear resource ('voice-led triads/sevenths') and a distinguishing constraint ('without changing FL'). This clearly differentiates it from sibling composition tools like compose_melody, compose_bassline, and compose_drums, as well as FL-mutating tools.

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

Usage Guidelines3/5

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

The phrase 'without changing FL' gives useful context that this tool is non-mutating, but the description does not explicitly state when to prefer this tool over alternatives like compose_melody, compose_bassline, or piano_roll_write_notes. Usage context is implied but no explicit when/when-not guidance is provided.

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