Skip to main content
Glama

set_track_pan

Set the stereo pan of a track. Specify the track's index and a pan value from -1.0 (full left) to 1.0 (full right).

Instructions

Set the panning of a track.

Parameters:

  • track_index: The index of the track

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
panYes
track_indexYes
Behavior3/5

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

With no annotations, the description carries full burden. It clearly states the mutation ('set') and the valid pan range, but does not disclose side effects, error behavior, undoability, or persistence. It is minimally transparent but lacks deeper behavioral 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?

Two short sentences with a clean parameter list. Every word adds value, and the most important information is front-loaded. No redundancy or fluff.

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

Completeness5/5

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

For a simple 2-parameter setter with no output schema, the description covers all necessary information: what it does, parameter meanings, and acceptable values. It is complete enough for an agent to invoke the tool correctly.

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

Parameters5/5

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

Schema has zero description coverage, so the description is the only source of meaning. It thoroughly explains both parameters: track_index as 'the index of the track' and pan with a specific range from -1.0 to 1.0 including center. This fully compensates for the absent schema descriptions.

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 (set) and target resource (panning of a track), distinguishing it from siblings like set_master_pan and set_return_pan. The verb+resource construction is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for setting a track's pan but does not explicitly state when to use this over alternatives or provide exclusion criteria. There is no mention of related tools or prerequisites, but for a simple setter, the context is fairly clear.

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/jpoindexter/ableton-mcp'

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