Skip to main content
Glama
synopsys0

PostFader V10 — FL Studio MCP Server

fl_set_playlist_track_identity

Destructive

Change a Playlist track's name or color, using an optional expected-before snapshot to avoid overwriting updated tracks.

Instructions

Set Playlist name and/or color with per-field later-tick proof.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoAbsolute Playlist track name.
colorNoAbsolute unsigned FL color word.
track_indexYesOne-based Playlist track index.
expected_beforeNoOptional expected track name/color.
session_fingerprintNoOptional bridge/project-session fingerprint from a recent read. The write refuses after bridge reload or a reported project load. This is a concurrency guard, not authentication or a durable project identity.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterYes
beforeYes
verifiedYes
warningsNo
applied_atYes
track_indexYes
name_verifiedNo
project_savedNo
bridge_commandNoplaylist.set_identity
color_verifiedNo
requested_nameNo
schema_versionNo1.0
requested_colorNo
undo_point_createdNo
verification_basisNoreadback_on_a_later_fl_idle_tick
session_fingerprintNo
verification_summaryYes
expected_before_appliedNo
session_precondition_appliedNo

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 establish that this is a destructive, non-idempotent write operation. The description adds a hint of concurrency behavior via 'per-field later-tick proof,' but it does not explain what the proof entails, when it can fail, or what side effects occur beyond changing name/color.

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 a single front-loaded sentence with no filler and earns its place as a concise statement of the operation. However, the compressed jargon 'per-field later-tick proof' is not self-explanatory, so the conciseness comes at some cost to immediate clarity.

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?

Given the strong parameter schema, output schema, and annotations, the one-line description is enough for basic invocation. The main missing guidance—when to prefer this over state/identity siblings is already penalized under usage_guidelines, and the schema fills the remaining details.

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%, so all five parameters are already documented. The phrase 'name and/or color' aligns with `name` and `color`, and 'per-field later-tick proof' loosely maps to `expected_before`, but the description does not add concrete semantics beyond 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 states a specific verb ('Set') and resource ('Playlist name and/or color'), making it clear that the tool mutates Playlist track identity. It is differentiated enough from sibling identity tools by name and scope, though 'per-field later-tick proof' is cryptic and slightly obscures the core purpose.

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 about when to use this tool instead of related siblings like fl_set_playlist_track_state, fl_set_pattern_identity, or fl_set_channel_identity. Usage is only implied by the tool name and the 'Set' verb; no exclusions, prerequisites, or alternatives are mentioned.

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