Skip to main content
Glama

setBalance

Adjust left/right audio balance for Lyngdorf Audio devices using values from L10 (full left) through 0 (center) to R10 (full right) to optimize stereo sound positioning.

Instructions

Set left/right balance (L10-L1, 0, R1-R10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
balanceYesBalance setting: L10-L1 (left), 0 (center), R1-R10 (right)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the tool sets balance but doesn't disclose behavioral traits like whether this requires device connectivity, if changes are immediate/permanent, what happens on invalid input, or if there are rate limits. The description is minimal and lacks operational context.

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 extremely concise (one short phrase) and front-loaded with the core purpose. Every word earns its place by specifying the range and center value, with zero wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description is incomplete for a mutation tool. It doesn't explain what the tool returns, error behaviors, or dependencies (e.g., device must be powered on). For a setter with potential side effects, more context is needed.

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%, with the parameter 'balance' fully documented in the schema. The description adds no additional parameter semantics beyond what's in the schema, so it meets the baseline of 3 for high schema coverage without extra value.

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 action ('Set') and resource ('left/right balance') with specific range details (L10-L1, 0, R1-R10). It distinguishes from siblings like 'getBalance' by being a setter rather than getter, though it doesn't explicitly mention this distinction.

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 provided on when to use this tool versus alternatives. While it's implied this is for setting balance (unlike 'getBalance'), there's no mention of prerequisites, error conditions, or relationships to other audio control tools like 'setBass' or 'setTreble'.

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

Install Server

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/thejens/lyngdorf-mcp'

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