Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_select_plugin_preset

Destructive

Select an exact preset on an FL Studio mixer effect or channel generator and confirm it via idle-tick identity readback.

Instructions

Navigate to an exact preset and require later-idle-tick identity readback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesExplicit mixer effect or global channel-generator target.
preset_nameNoExact reported preset name.
preset_indexNoExact reported preset index.
expected_currentNoOptional stale-read guard for the current preset.
settle_tick_limitNoLater idle ticks allowed for plug-in settling.
target_fingerprintNoObserved target-identity guard.
session_fingerprintNoOptional bridge/project-session fingerprint from a recent read. The write refuses after bridge reload or a reported project load. This is a concurrency guard, not authentication or a durable project identity.
max_navigation_stepsNoBound on next/previous navigation.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterYes
beforeYes
pluginYes
targetYes
outcomeYes
verifiedYes
warningsNo
applied_atYes
project_savedNo
bridge_commandNoplugin.select_preset
schema_versionNo1.0
navigation_stepsYes
settle_tick_limitYes
target_fingerprintNo
undo_point_createdNo
verification_basisNoreadback_on_a_later_fl_idle_tick
session_fingerprintNo
max_navigation_stepsYes
navigation_directionYes
verification_summaryYes
requested_preset_nameNo
requested_preset_indexNo
expected_before_appliedNo
session_precondition_appliedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false. The description adds a behavioral detail beyond annotations by mentioning a post-navigation identity readback, but the phrase 'later-idle-tick identity readback' is unexplained and cryptic. There is no contradiction with the annotations, but the added context is minimal.

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 concise sentence with no filler words; it front-loads the core action. However, the second clause is dense and lacks explanation, so it earns a 4 rather than a 5 for ideal clarity.

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?

The tool has a complex schema (8 parameters, nested target discriminator, multiple concurrency and fingerprint guards), but the description only gives a two-part imperative. An agent cannot infer how to correctly set expected_current, target_fingerprint, session_fingerprint, settle_tick_limit, or max_navigation_steps from this description. The presence of an output schema does not compensate for missing operational context.

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 description coverage is 100%, so the schema fully documents parameters like preset_name, preset_index, expected_current, and the fingerprint guards. The description adds no additional parameter meaning, and the baseline of 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.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a verb ('Navigate') and a resource ('exact preset'), which is more than a tautology)Skip the vague phrase 'require later-idle-tick identity readback' obscures the core operation. It does not explicitly state that this selects a plugin preset, and the readback jargon makes the purpose partly opaque.

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 given about when to use this tool instead of siblings like plugins_list_presets, plugins_get_current_preset, or fl_get_plugin_preset_count. The description implies a selection operation but offers no context on prerequisites, alternatives, or conditions that would route an agent to this tool.

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