Skip to main content
Glama

Fl Music Progression

fl_music_progression

Convert chord progressions into note lists for FL Studio piano roll. Supports block, arpeggio, and broken styles, with optional bass line.

Instructions

Chord progression -> note list for fl_notes_add or fl_write_midi_file. style: block | arpeggio_8 | arpeggio_16 | broken; adds a root bass line when bass_octave is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoblock
chordsYes
octaveNo
velocityNo
bass_octaveNo
beats_per_chordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It mentions style options and the bass line addition when bass_octave is set, but does not describe side effects (e.g., whether it modifies the project), return value structure, or error behavior. The lack of explicit behavioral details limits transparency.

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 extremely concise, packing key information into a single sentence with a semicolon separating the main function from additional details. It avoids fluff and focuses on essential aspects, though the brevity causes some ambiguity that could be resolved with slightly more structure.

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?

Given the tool's complexity (6 parameters, one required) and lack of schema descriptions, the description is incomplete. It does not specify the chord notation format (e.g., 'C', 'Am'), the output note list structure, or how parameters like octave and velocity affect the result. This leaves significant gaps for an agent attempting to use the tool correctly.

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?

The description explains 'style' and 'bass_octave' (implicitly via the bass line note) and implies 'chords' from 'Chord progression', but entirely omits 'octave', 'velocity', and 'beats_per_chord'. Since the schema has no parameter descriptions (0% coverage), the description leaves the meaning of these parameters unclear, making it insufficient for correct usage.

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 clearly indicates the tool converts a chord progression into a note list for use with fl_notes_add or fl_write_midi_file. The verb '->' implies generation, and the mention of specific target functions distinguishes it from generic note utilities, though it could be more explicit about the exact action (e.g., 'generates' or 'creates').

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 does not provide guidance on when to use this tool versus alternatives like fl_music_theory or fl_music_drums. It only mentions that the output is intended for fl_notes_add or fl_write_midi_file, which is more about output usage than selection criteria. No explicit 'use this when' or 'avoid if' context is given.

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

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/MadBlast0/Fl-Studio-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server