Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

postfader_review_stop

Stop a PostFader review session to halt future analysis and revision tasks. Use this action when you need to pause work on a specific review, retaining all completed changes already applied to your FL Studio project.

Instructions

Stop future review work without undoing completed project changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
review_session_idYesReview Session whose future work should stop.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetsNo
statusNocreated
requestYes
blockersNo
feedbackNo
warningsNo
asset_setsNo
created_atNo
updated_atNo
comparisonsNo
evaluationsNo
section_mapNo
process_localNo
source_run_idYes
revision_plansNo
schema_versionNo1.0
revision_passesNo
source_sectionsNo
source_snapshotNo
review_session_idYes
delivery_manifestsNo
current_next_actionNoAttach one exported full-mix bounce.
source_pattern_planNo
source_sound_paletteNo
source_note_sequencesNo
source_manual_handoffsNo
source_creation_outcomeNo
source_processing_receiptsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

A4.2/5.0
Behavior4/5

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

The description meaningfully augments the annotations by explaining that the operation is non-destructive to completed work and only halts future review activity. This is consistent with destructiveHint=false and readOnlyHint=false, adding useful behavioral nuance without contradiction.

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 entire description is one well-crafted sentence that front-loads the key behavior and immediately states the crucial non-destructive qualifier. Every word 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?

For a single-parameter mutation tool with annotations and an output schema, the description is sufficient for invocation. It could be slightly more complete by contrasting with related siblings such as postfader_review_delete or postfader_stop_run, but that gap is minor given the clear action and parameter semantics.

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 single parameter is fully documented in the schema with a clear description ('Review Session whose future work should stop.'). Since schema coverage is 100%, the tool description does not need to add parameter detail; it adds no new meaning beyond echoing the schema.

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 states a specific action ('stop') and resource ('future review work'), and explicitly clarifies that completed project changes are preserved. This clearly differentiates it from potentially destructive siblings like postfader_review_delete or undo-like tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use this tool: when review work should stop but prior changes must remain intact. It does not explicitly name alternative tools or state exclusion criteria, but the context is strong enough for an agent to select it correctly.

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