Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

compose_melody

Read-onlyIdempotent

Compose scale-aware melodies in FL Studio with settable bars, root, contour, density, and register. Solve key variation needs with deterministic custom intervals—no project modification required.

Instructions

Generate a bounded scale-aware melody without changing FL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
rootNoTonic note name.C
seedNoDeterministic variation seed.
contourNobalanced
densityNo
tempo_bpmNo
collectionNoBundled scale/mode/raga name, or custom.major
register_lowNo
beats_per_barNo
register_highNo
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.5/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; the description reinforces this with 'without changing FL' and adds output constraints ('bounded scale-aware'). However, it doesn't disclose details like output format or performance implications.

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?

Single sentence that front-loads the action and outcome, with no redundancy. Every word adds value.

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 11 parameters and only a one-sentence description, the definition is far from complete. It lacks usage guidance and parameter semantics, though output schema partially covers return values.

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 27%, with just root, seed, and collection described. The description doesn't elaborate on bars, contour, density, register, or custom_intervals, so agents lack essential parameter meaning beyond names and defaults.

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?

States a specific verb ('Generate'), resource ('a bounded scale-aware melody'), and scope ('without changing FL'), distinguishing it from sibling tools like compose_chord_progression or fl_set_tempo.

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?

No explicit guidance on when to use versus alternatives; however, the name and description make the use case for melody generation clear. Sibling tools (compose_bassline, compose_drums) imply this is the melody-specific tool, but no exclusions or contextual triggers are 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