Skip to main content
Glama

mixer_get_peaks

Get live peak levels (left/right) for a mixer track to monitor clipping during playback. Track 0 represents the master.

Instructions

Live peak levels (left/right, ~0..1, >1 = clipping) for one mixer track.

Only meaningful while playing — start the transport first, poll during playback. Master is track 0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It clearly states the output range, clipping indicator, live/playing dependency, and that master is track 0. It stops short of describing exact return field names or behavior when the transport is stopped.

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 tightly packed lines with no filler. The core result is front-loaded, followed by the single essential usage caveat.

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 single-parameter live read with no output schema, this is complete: the agent knows what to pass, what the values mean, when to call it, and how to interpret clipping. Nothing critical is missing.

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?

Schema coverage is 0%, but the description compensates by defining the track parameter as a mixer track and specifying that 0 is the master. It does not state the upper bound of valid track indexes, though that is discoverable through mixer_count.

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 names a specific resource ('live peak levels ... for one mixer track'), the left/right channel breakdown, and the value domain (~0..1, >1 clipping). It distinguishes this from the sibling mixer_all_peaks by emphasizing 'one mixer track.'

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

Usage Guidelines4/5

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

It gives an explicit precondition ('start the transport first') and the intended polling context ('poll during playback'). It doesn't explicitly name alternatives, but the 'one mixer track' scope routes away from mixer_all_peaks.

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