Skip to main content
Glama

set_master_pan

Set the master track panning to a specific value between -1.0 (full left) and 1.0 (full right), with 0.0 as center.

Instructions

Set the master track panning.

Parameters:

  • pan: Pan position from -1.0 (full left) to 1.0 (full right). 0.0 is center.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
panYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It does not mention side effects, permissions, real-time impact, value clamping, or reversibility. The only behavioral information is the parameter range, which is more about parameter semantics.

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 sentence for purpose and a clear parameter definition. No redundant information. Front-loaded with the main action.

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 the tool's simplicity (single parameter, no output schema, no annotations), the description is nearly complete but lacks usage guidelines and behavioral transparency. It provides the essential purpose and parameter details, but a new agent would benefit from knowing when to subtract track panning.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides only type 'number' with no description. The description adds meaning by specifying the range (-1.0 to 1.0) and the center value (0.0). This compensates for the 0% schema coverage, though it could be more explicit about left/right mapping.

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?

Description clearly states the action 'Set the master track panning' with specific verb and resource. It differentiates from sibling tools like set_track_pan (which targets individual tracks) and set_master_volume (which targets volume), establishing a unique 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 provided on when to use this tool versus alternatives like set_track_pan or set_return_pan. The description lacks context for appropriate usage scenarios or preconditions.

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/cliffc2/ableton-mcp2'

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