Skip to main content
Glama

Fl Mixer Track Set

fl_mixer_track_set

Configure a mixer track by adjusting volume, pan, mute, solo, color, stereo separation, and more to achieve the desired mix.

Instructions

Edit a mixer track: volume 0-1 (0.8 = 0 dB), pan/stereo_separation -1..1, colour, mute/solo/arm, select, enable, bypass all slots, lock mute, polarity, swap L/R.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
armNo
panNo
muteNo
nameNo
soloNo
colorNo
trackYes
selectNo
volumeNo
enabledNo
swap_lrNo
mute_lockedNo
slots_enabledNo
polarity_reversedNo
stereo_separationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

The description discloses parameter ranges (volume 0-1 with 0 dB reference, pan/stereo_separation -1..1) and lists all editable properties. However, it does not mention side effects, such as whether setting one parameter resets others, or any limitations on track index validity. Since no annotations are present, the description carries full burden, and while it covers the main actions, it lacks detail on behavior for null/default values.

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?

The description is a single sentence that clearly states the purpose and lists properties, with no unnecessary words. It is appropriately concise and front-loaded.

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?

Given there are 15 parameters and no schema descriptions, the description provides a broad overview but lacks per-parameter details and does not mention the output or return value. However, since an output schema exists, the return value may be covered elsewhere; still, the description does not explain the behavior of optional parameters when left null or defaulted.

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 description adds semantic value for volume (0.8 = 0 dB) and stereo separation range, but does not explain arbitrary parameter formats such as color (integer vs string) or the exact meaning of select, enabled, or swap_lr beyond their names. Schema has no per-parameter descriptions, so the description partially fills the gap but not completely.

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 clearly states the action (Edit) and the resource (mixer track), and lists the editable properties. It distinguishes from sibling tools like fl_mixer_tracks which likely list or get tracks.

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 does not provide guidance on when to use this tool instead of alternatives such as fl_mixer_tracks for reading mixer state or fl_mixer_send for send levels. No prerequisites or conditional usage are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MadBlast0/Fl-Studio-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server