Skip to main content
Glama

get_track_output_meter

Retrieve current output meter levels for a track, including overall, left, and right channel values, by providing the track index.

Instructions

Get the output meter levels for a track.

Returns the current output meter level, left channel, and right channel values.

Args: track_index: Zero-based index of the track.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It indicates a read-only operation by using 'Get' and describes the return values (output meter level, left/right channels), but it does not mention error behavior, value units, or explicitly confirm that no state is modified. This leaves some ambiguity, though the operation is inherently safe.

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 two concise sentences plus a one-line Args section, with no fluff or repetition. It front-loads the core purpose and then neatly specifies the parameter semantics.

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 single-parameter tool with an output schema, the description provides sufficient context for correct invocation. It explains the tool's purpose, the parameter's meaning, and the general shape of the return value. No additional context is required for an agent to use it appropriately.

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?

The schema has 0% description coverage for the track_index parameter, but the description fully compensates by explicitly stating 'Zero-based index of the track.' This is critical information for correct usage and is more detailed than the schema alone provides.

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 tool retrieves output meter levels for a track, using the specific verb 'Get' and identifying the resource as the track's output meter. It further details that it returns left and right channel values, distinguishing it from related tools that target return tracks, the master track, or all tracks at once.

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 provides no explicit guidance on when to use this tool versus alternatives like get_return_track_output_meter, get_master_output_meter, or get_all_track_meters. It only implies usage for a specific track index but does not state that this tool is limited to one track or suggest when to prefer a broader meter tool.

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/alaarab/livemcp'

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