Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_set_tempo

Destructive

Set FL Studio project tempo while playback is stopped, then confirm the BPM on a later idle tick.

Instructions

Set project tempo while stopped and verify BPM on a later FL idle tick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tempo_bpmYesAbsolute project tempo in BPM.
expected_beforeNoOptional expected current tempo in BPM.
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_commandNotransport.set_tempo
schema_versionNo1.0
after_tempo_bpmNo
before_tempo_bpmNo
undo_point_createdNo
verification_basisNoreadback_on_a_later_fl_idle_tick
requested_tempo_bpmYes
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.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the write nature is known. The description adds the behavioral detail that the tool verifies the BPM on a later FL idle tick, which is beyond the annotations and useful for understanding postconditions. It does not contradict any annotation and provides meaningful context.

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 sentence that states the action, the precondition, and the verification step with no wasted words. The key information is front-loaded and every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists and annotations cover the destructive nature, the description is largely complete. It includes the critical precondition (stopped) and the verification behavior. It does not discuss the concurrency guard or return values, but those are covered by schema and annotations, so nothing essential is missing.

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 each parameter already has a clear description in the schema. The tool description adds nothing about parameters (e.g., no clarification of 'expected_before' or 'session_fingerprint'), so it stays at the baseline of 3 where the schema does the heavy lifting.

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 verb ('Set') and resource ('project tempo') and adds a key precondition ('while stopped'). It also mentions a verification step. While it doesn't explicitly name a sibling tool to distinguish from, the purpose is clear and specific enough that an agent can tell what the tool does.

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 description implies usage for setting tempo and notes the precondition 'while stopped,' which gives some contextual guidance. However, it does not mention alternatives or when not to use it, nor does it explain why 'while stopped' is required or how to sequence with other tools like reading tempo.

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