Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

mix_finish_assessment

Read-onlyIdempotent

Assess a mix for production readiness with a read-only end-to-end review, then stop at user export.

Instructions

Run the end-to-end read-only finish assessment and stop at user export.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoTechnical review target.balanced
vocal_pathNo
max_secondsNo
candidate_pathYesAbsolute candidate bounce path.
reference_pathNo
instrumental_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
doctorYes
next_stepsYes
assessed_atYes
schema_versionNo1.0
mutations_appliedNo
stopping_boundaryNouser_exports_next_candidate
plugin_compatibilityYes
render_available_through_fl_apiNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds meaningful behavioral context by stating the run is 'end-to-end' and that it stops before user export, which implies it does not perform export side effects. This goes beyond what the annotations express.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, tightly constructed sentence with no filler. The core action and the stopping behavior are front-loaded. It is concise, though the brevity does sacrifice some clarifying detail.

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

Completeness2/5

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

Despite an output schema, the description leaves major gaps: it does not explain what the finish assessment consists of, what inputs are needed, or how this relates to sibling mix-assessment tools. For a tool with six parameters and a multi-step workflow, this is insufficient context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (one parameter described), and the tool description gives no parameter guidance at all. With low schema coverage, the description should compensate for the six parameters, but it does not explain candidate_path, target, or the optional reference/instrumental/vocal paths.

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?

Description names a specific verb ('Run') and resource ('end-to-end read-only finish assessment'), and adds a distinctive outcome ('stop at user export'). However, 'finish assessment' is not defined, and it does not differentiate from siblings like mix_doctor or mix_reference_recommendations, which could also be considered assessments.

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 provides no guidance on when to use this tool versus alternatives, no scenarios, and no exclusions. Sibling tools with overlapping assessment purposes exist, but the description does not help an agent choose among them.

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