Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_select_pattern

Destructive

Set the active pattern in FL Studio, verify the change via read-back, and use an optional session guard to avoid stale writes.

Instructions

Select one pattern and verify FL's current-pattern getter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pattern_numberYesPattern number to make current.
expected_beforeNoOptional expected current pattern 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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
verifiedYes
warningsNo
applied_atYes
project_savedNo
bridge_commandNopattern.select
schema_versionNo1.0
undo_point_createdNo
verification_basisNoreadback_on_a_later_fl_idle_tick
session_fingerprintNo
after_pattern_numberNo
verification_summaryYes
before_pattern_numberNo
expected_before_appliedNo
requested_pattern_numberYes
session_precondition_appliedNo

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 this as non-read-only and destructive; the description adds the post-selection verification of the getter, which is a useful behavioral detail beyond annotations. However, it does not clarify what state is affected or why the operation is flagged destructive, so the extra disclosure is partial.

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?

The description is a single front-loaded sentence with no filler, and both clauses carry information: the selection action and the verification behavior. It is appropriately sized for this tool.

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?

The output schema plus fully described parameters make basic invocation clear, and the description states the action and the verify behavior. For a mutation tool with a concurrency guard, it would benefit from a sentence on when to use it and what state it changes, but the structured fields fill most gaps.

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%: pattern_number, expected_before, and session_fingerprint all have descriptive text, including the concurrency-guard semantics. The description adds no parameter-level information, so the baseline of 3 applies.

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 uses a specific verb-resource pair ('Select one pattern') and adds a second, distinctive behavior (verifying FL's current-pattern getter), so an agent can tell this is the pattern-selection tool rather than fl_list_patterns or fl_set_pattern_identity. It does not explicitly name alternatives, so it falls short of a 5.

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 action itself implies when to call it (when the agent wants to make a pattern current), but there are no explicit when-to-use/when-not-to-use conditions or alternative tool mentions. With dozens of pattern and mixer-selection siblings, the routing guidance is left to inference.

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