Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

postfader_delivery_manifest

Read-onlyIdempotent

Build a multi-dimensional delivery view for a review session without writing a file. Consolidate current mix and revision data into a structured manifest for client review.

Instructions

Build the final multi-dimensional delivery view without writing a file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
review_session_idYesReview Session whose current delivery view should be built.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
comparisonsNo
delivery_idYes
evaluationsNo
next_actionYes
final_run_idNo
generated_atNo
review_assetsNo
source_run_idYes
export_handoffNo
original_briefNo
manifest_digestNo
accepted_paletteNo
creation_outcomeNo
final_run_statusNo
playlist_handoffNo
accepted_sectionsNo
completion_targetNo
final_run_detailsNo
review_session_idYes
source_run_statusNocompleted
technical_outcomeNo
pattern_placementsNo
processing_outcomeNo
source_run_detailsNo
arrangement_outcomeNo
final_revision_passNo
final_user_approvalNonot_requested
source_state_digestNo
final_revision_pass_idNo
unresolved_limitationsNo
audible_quality_outcomeNo
remaining_manual_actionsNo
accepted_role_assignmentsNo
accepted_generated_outputsNo

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 cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false, openWorldHint=false), so the bar is lower. The description's 'without writing a file' adds a concrete, useful behavioral detail that reinforces the read-only nature in human terms, but it doesn't add richer context such as behavior with invalid/stale sessions or whether the view is regenerated fresh each call. No contradiction with annotations.

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 front-loaded sentence containing zero filler. The verb comes first, the resource follows, and the distinguishing qualifier ('without writing a file') is placed at the end without bloating the sentence. 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 one-parameter tool with 100% schema coverage, a rich annotation set, and an output schema, the description covers what matters: the purpose and the key non-persistence behavior. It stops just short of perfect because it does not explicitly name postfader_delivery_export_manifest as the file-writing counterpart, though the contrast is obvious from the wording and sibling list.

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 coverage is 100% and the single parameter review_session_id is fully described ('Review Session whose current delivery view should be built'). The description's 'delivery view' vocabulary aligns with the parameter description, but it adds no parameter-specific semantics beyond what the schema already provides. 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 states a specific verb ('Build'), a specific resource ('the final multi-dimensional delivery view'), and adds the scope-limiting qualifier 'without writing a file,' which distinguishes it from the sibling postfader_delivery_export_manifest. An agent can tell at a glance what this tool produces and what it deliberately does not do.

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 phrase 'without writing a file' implies the usage boundary — use this when you need the delivery view in memory, not persisted — and the sibling name postfader_delivery_export_manifest makes the alternative inferable. However, the description never explicitly names the alternative or states when-to-use vs. when-not-to-use, leaving the routing to inference rather than direct guidance.

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