Skip to main content
Glama

channel_set_volume

Adjust a mixer channel's volume in FL Studio by specifying its index and a normalized value from 0.0 to 1.0, where 0.78 corresponds to 0 dB. Use this to set precise level for a selected channel.

Instructions

Set channel volume (0.0..1.0, where 0.78 ≈ 0 dB).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
volumeYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose a meaningful scale detail (0.0..1.0 and 0.78 ≈ 0 dB), which helps the agent reason about volume values. However, it does not mention behavior for out-of-range inputs, clamping, or how channel volume relates to mixer volume.

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?

One concise sentence front-loads the action and packs the important scale reference into a parenthetical. Every part earns its place and there is no wasted wording.

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?

For a simple two-parameter setter, the description covers the core value semantics but lacks index conventions and any guidance separating channel volume from mixer volume. An agent can infer some context from sibling names, but the description alone is only minimally complete.

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%, and the schema only names the parameters Index and Volume. The description explains the volume scale and dB mapping, which is valuable, but it gives no semantics for the required index parameter. It partially compensates but leaves a key parameter underspecified.

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 (Set) and a specific resource (channel volume), and adds the valid range with a dB reference. It is clear and distinguishable from sibling setters like channel_set_pan and mixer_set_volume by the resource name, though it does not explicitly call out alternatives.

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?

There is no guidance on when to use this tool versus mixer_set_volume, nor any mention of how to choose the channel index. An agent must infer usage from the tool name and sibling context.

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

Other Tools

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/marconadas/MacFLStudioMCP'

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