Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_redo

Destructive

Advance to the next undo-history position in an FL Studio project and verify the restored state. Use after undoing to reapply changes safely.

Instructions

Move to the next 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.6/5.0
Behavior3/5

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

Annotations already mark this as destructive and non-read-only, so the description's main added value is the phrase 'and verify it', which hints that the tool actively confirms the resulting history state. It does not explain guard-failure behavior or what exactly gets verified, though the output schema may cover the return shape.

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 with no wasted words, front-loading the core action ('Move...') before the secondary verification detail. It avoids repeating the title or restating schema information.

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?

For a simple two-optional-parameter tool with a rich schema, output schema, and safety-related annotations, the description is nearly sufficient. The main gap is the missing explicit relationship to fl_undo and guidance about when the guards should be supplied.

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 provides 100% coverage with detailed descriptions for expected_before and session_fingerprint, including their roles as guards. The description adds no parameter-specific semantics, which is acceptable because the schema already carries that burden.

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 concrete action ('Move to the next...') on a defined resource ('absolute undo-history position') and adds a verification step. It is less immediately transparent than 'redo the last undone change', but the title annotation and sibling fl_undo disambiguate the intent.

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 'next' qualifier implies this is the forward counterpart to fl_undo, so an agent can infer when to use it. However, the description never explicitly says 'use after fl_undo' or names alternatives, prerequisites, or conditions under which this tool should be preferred.

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