Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_get_plugin_preset_count

Read-onlyIdempotent

Retrieve the authoritative preset count for a loaded plug-in in FL Studio by targeting a mixer effect or channel generator.

Instructions

Read FL's authoritative preset count for one loaded plug-in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesExplicit mixer effect or global channel-generator target.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pluginYes
warningsNo
observed_atYes
preset_countYes
schema_versionNo1.0
project_dirty_flagNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv10.0.0

TDQS

A3.6/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, so the safety profile is covered. The description adds useful context beyond annotations by emphasizing 'authoritative' and requiring a 'loaded plug-in,' which clarifies data source and a precondition. No contradiction exists.

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 no filler. It communicates the action, resource, source authority, and scope efficiently.

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 simple read-only tool with strong annotations, a full input schema, and an output schema, the description is nearly complete. It lacks only explicit usage-alternative routing and edge-case notes, which are not critical for correctness here.

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%, and the schema already fully documents the target discriminator and both target variants with descriptions. The tool description does not need to add parameter details, and it does not; it only restates the 'one loaded plug-in' scope already implied by the schema.

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 clearly states the verb (read), resource (preset count), and scope (one loaded plug-in), which distinguishes it from preset list/select tools. However, it does not explicitly name or contrast sibling tools like plugins_list_presets or fl_select_plugin_preset, so it stops short of full sibling differentiation.

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?

No guidance is given on when to use this tool versus alternatives. The description implies a read-only count use case but does not state exclusions, preconditions beyond 'loaded,' or scenarios where a sibling tool would be more appropriate.

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