Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

postfader_render_get_job

Read-onlyIdempotent

Retrieve render job progress and decoded WAV evidence; completed jobs require FL Studio exit to finalize.

Instructions

Get render progress and decoded WAV evidence; completed also requires FL exit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesRender job ID from this MCP process.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
job_idYes
resultNo
statusYes
commandYes
platformYes
warningsNo
created_atYes
started_atNo
finished_atNo
output_pathYes
project_pathYes
launch_methodYes
process_localNo
cancel_requestedNo
output_directoryYes
process_return_codeNo
renderer_may_be_runningNo
includes_unsaved_changesNo
application_exit_observedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, and the description does not contradict them. The 'completed also requires FL exit' phrase adds a behavioral nuance beyond those annotations, but it is ambiguous and does not clarify side effects or conditions. No annotation contradiction is present.

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?

The description is short two-clause sentence with no filler or repetition of the annotation data. The front-loaded 'Get render progress and decoded WAV evidence' is efficient, even though the trailing 'completed also requires FL exit' is syntactically opaque.

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

Completeness3/5

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

For an inspect-by-id tool with one fully documented parameter and an available output schema, the description is mostly sufficient. However, it does not explain the saved-project render context, when to treat 'completed' as the terminal state, or what the 'FL exit' requirement means, so agents may still need to infer workflow timings from sibling tool names.

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 parameter schema already fully documents job_id, its type, pattern, and source ('Render job ID from this MCP process'). With 100% schema coverage, the description adds no additional meaning about how to obtain or format the job_id, which matches the baseline for high schema coverage.

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 names a concrete action and resource: 'Get render progress and decoded WAV evidence.' It clearly identifies this as an inspection/polling tool rather than a render-starting or render-canceling tool, which distinguishes it from named siblings like postfader_render_saved_project and postfader_render_cancel.

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?

There is no explicit statement about when to use this tool versus alternatives, nor any mention of polling cadence or the render-creation flow. The phrase 'completed also requires 2 exits' offers a thin timing clue, but fails to say whether to call this after postfadel_render_saved_project, before postfader_render_cancel, or how it relates to postfader_get_run.

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