Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_set_metronome

Destructive

Set the metronome on or off in FL Studio and verify the updated UI state. Use it to ensure the metronome setting matches your project needs.

Instructions

Set the metronome absolutely and prove the later UI state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesAbsolute metronome state.
expected_beforeNoOptional expected metronome state.
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
after_enabledNo
project_savedNo
before_enabledNo
bridge_commandNotransport.set_metronome
schema_versionNo1.0
requested_enabledYes
undo_point_createdNo
verification_basisNoreadback_on_a_later_fl_idle_tick
session_fingerprintNo
verification_summaryYes
expected_before_appliedNo
session_precondition_appliedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already establish that this is a write operation (readOnlyHint=false, destructiveHint=true), and the description adds a weak behavioral claim: 'prove the later UI state,' implying verification after the write. However, it does not explain what 'prove' means, what happens on mismatch, or what side effects occur beyond changing the metronome state. This goes somewhat beyond annotations but remains vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core verb, which is good, but the second clause is awkward and ambiguous ('prove the later UI state'). It is concise in length yet sacrifices clarity through imprecise wording, so it does not reach the level of a well-structured definition.

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?

As a simple setter with a complete input schema and an output schema, much of the needed information is present. However, the verification behavior implied by 'prove' is unexplained, and there is no guidance about when to supply expected_before or session_fingerprint, which are key to safe use. The tool is callable but not fully self-sufficient for an agent.

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%, and the schema already explains 'Absolute metronome state', the optional expected state, and the session_fingerprint concurrency guard. The description adds no real parameter-level detail beyond the word 'absolutely', which loosely aligns with the enabled parameter. This meets the schema-heavy baseline without adding meaningful value.

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 states a specific action ('set') on a clear resource ('metronome'), and 'absolutely' indicates an absolute enable/disable rather than a toggle. It does not name or distinguish itself from sibling read/write transport tools, so cross-tool differentiation is weak. The phrase 'prove the later UI state' is confusing, but the core purpose remains identifiable.

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 gives no guidance on when to use this tool versus alternatives such as fl_get_transport_state or other fl_set_* tools. It does not mention when the concurrency guard or expected state should be supplied, nor when a simple write is insufficient. Usage context must be inferred entirely from the schema and sibling names.

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