Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_undo

Destructive

Move the FL Studio project to the previous undo-history position and verify the change, with optional guards to prevent undoing after a project reload or bridge reset.

Instructions

Move to the previous absolute undo-history position and verify it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expected_beforeNoOptional history position/count/dirty 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
afterYes
beforeYes
verifiedYes
warningsNo
directionYes
applied_atYes
project_savedNo
bridge_commandYes
schema_versionNo1.0
requested_positionYes
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.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=true, and idempotentHint=false. The description adds useful context by noting the movement is to an absolute undo-history position and that verification occurs, but it does not disclose failure behavior or redo implications beyond what annotations provide.

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 waste. It states the action and the verification postcondition clearly, and every word contributes to understanding the tool's core behavior.

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?

Combined with the detailed parameter descriptions, annotations, and the presence of an output schema, the description is largely complete enough for correct invocation, including calling with no required parameters. It could be more explicit about prerequisites or alternatives, but the structured fields substantially reduce the burden on the description.

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 both optional parameters already have thorough descriptions, including the expected_before history guard and the session_fingerprint concurrency guard. The description itself adds no parameter info, but the schema carries the burden, so 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 clearly states what the tool does: it moves to the previous absolute undo-history position and verifies the result. The verb and resource are specific, and the word 'previous distinguishes it from the sibling fl_redo tool without ambiguity.

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?

Usage is implied rather than explicit: the description conveys that you use this tool when you want to step backward in project history, but it does not name alternatives such as fl_redo or fl_get_project_history or state when not to use them. This is adequate but not strongly directive.

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