Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_set_precount

Destructive

Enable or disable the recording countdown in FL Studio and verify the change on the next tick. Use this to control pre-roll before recording.

Instructions

Set recording precount absolutely and verify it on a later FL tick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesAbsolute countdown-before-recording state.
expected_beforeNoOptional expected precount 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_precount
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

A3.7/5.0
Behavior4/5

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

Annotations already declare destructiveHint and non-idempotence, so the description adds value by revealing that the tool will later 'verify' the set value on a future FL tick, implying a follow-up check rather than a fire-and-forget write. This is useful behavioral insight beyond the schema. No contradiction with annotations.

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?

A single two-clause sentence perfectly communicates the core action and the verification behavior without any filler or unnecessary prose. It is front-loaded with 'Set...' and the rest is unnecessary but valuable information.

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 description covers the main action and verification but does not mention important preconditions or effects that are not already in the schema, such as failure behavior when session_fingerprint mismatches or what happens to existing precount. The output schema likely covers return values, so this is adequate but not exhaustive for a mutation tool.

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?

The schema already provides 100% coverage, each parameter having a clear description (e.g., 'Absolute countdown-before-recording state'). The description's 'absolutely' is redundant with the schema's 'Absolute'. No additional semantic meaning is given, so a baseline 3 is appropriate.

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?

The description 'Set recording precount absolutely and verify it on a later FL transition' clearly identifies the specific verb (set), resource (recording precount), and the absolute (non-toggling) nature, plus a verification side-effect. This distinguishes it from siblings like fl_set_recording, which controls recording state, without confusion.

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 explicit guidance on when to use this tool versus others, such as fl_set_recording or fl_set_metronome. It doesn't mention prerequisites, exclusions, or alternatives, leaving the agent to infer the appropriate call from the tool name alone.

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