Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

arrangement_add_section_markers

Destructive

Add named bar/beat section markers to the FL Studio arrangement for clear song navigation and structure. Marker names identify sections; optional beat offset fine-tunes placement.

Instructions

Add bar/beat section markers; name readback is available, marker-time readback is not.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
markersYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ppqYes
commandYes
verifiedNo
warningsNo
requestedYes
applied_atYes
project_savedNo
names_verifiedYes
pulses_per_barYes
schema_versionNo1.0
times_verifiedNo
after_marker_namesYes
undo_point_createdNo
before_marker_namesYes
session_fingerprintYes
verification_statusYes
time_signature_numeratorYes
session_precondition_appliedNo

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 destructiveHint=true and readOnlyHint=false, so the mutation risk is known. The description adds a useful behavioral limitation not in the annotations: name readback works, marker-time readback does not. This goes beyond the structured data and helps set expectations.

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, well-structured sentence front-loads the core action and then provides a concise, useful caveat. Every phrase earns its place; no fluff or redundancy.

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?

The output schema and annotations cover return values and safety profile, but the definition lacks parameter semantics and usage context. It is adequate for a relatively simple add operation, yet the 0% schema description coverage means more burden falls on the description, which it only partially meets.

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 0%, so the description must explain parameters, but it only mentions 'bar/beat' which vaguely maps to bar_number and beat_offset. It does not explain the marker object structure, constraints (max 32), or defaults, leaving the agent to infer semantics from field names alone.

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 ('Add') and resource ('bar/beat section markers'), and the tool name disambiguates the arrangement context. It also adds a distinguishing behavioral note about readback capability, which helps separate it from any potential marker-related operations.

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 explicit when-to-use or alternative-routing guidance is provided. The readback caveat implies a condition ('use if you need name readback, not marker-time readback'), but there is no direct comparison to other tools or clear exclusions.

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