Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

copilot_capture_readonly_inspection

Read-onlyIdempotent

Generate a compact read-only inspection report of FL Studio project, mixer, and effect settings for analysis.

Instructions

Capture a compact project, mixer, and effect inspection report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
only_usedNoApply the conservative used-track heuristic.
max_pluginsNoMaximum loaded plug-ins whose parameters are previewed.
parameter_limitNoMaximum parameter indices previewed per plug-in.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoread_only
mixerYes
projectYes
warningsNo
observed_atYes
observation_idYes
schema_versionNo1.0
observation_atomicNo
parameter_previewsYes
prohibited_operationsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already carry the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), so the description's burden is lighter. It adds the 'compact' scope and confirms the report covers project/mixer/effects, which aligns with read-only behavior. No contradiction with annotations. It does not describe the report's structure, but the presence of an output schema lessens that need.

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 with zero filler. The core action and scope ('compact project, mixer, and effect inspection report') appear immediately, and nothing else is stated that could be trimmed.

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?

This is a low-complexity tool: zero required parameters, all optional with defaults, full schema coverage, and an output schema that documents the return structure. Given those structured assets, the one-line description is largely sufficient for a read-only snapshot tool. A minor gap is that it never hints the report is for quick orientation or that params tune its depth, but this is secondary.

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 description coverage is 100% — all three parameters (only_used, max_plugins, parameter_limit) are documented with clear descriptions and bounds. The description adds no parameter-level information, but with full coverage the baseline of 3 is appropriate; the schema does the heavy lifting.

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 specific action ('Capture') and a clear resource ('a compact project, mixer, and effect inspection report'). It indicates the report spans three domains, which is more precise than a bare tautology. It does not explicitly differentiate from the many sibling inspection tools (fl_get_project_summary, plugins_scan_loaded_plugins, fl_inspect_mixer_track), but the 'compact, combined report' framing offers some distinctiveness.

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 gives no guidance on when to use this tool versus the roughly 200 siblings. It does not name alternatives, state exclusion conditions, or explain where a compact overview fits in the workflow. An agent deciding between this and fl_get_project_summary, plugins_inspect_parameter_map, or mix_get_plan gets no routing help.

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