Skip to main content
Glama

normalize

Adjust selected audio to a target peak level by boosting or reducing its amplitude. Remove DC offset and normalize stereo channels independently for consistent loudness.

Instructions

Normalize the selected audio to a target peak level.

WARNING: This boosts OR reduces audio to hit the target. If audio peaks at -30 dB and you normalize to -1 dB, it will BOOST by 29 dB — potentially blowing out the audio. ALWAYS check current audio levels first (use project_get_info) before normalizing.

Guidelines — choose your target based on what comes next:

  • -3 dB (default): Safe general-purpose level with headroom for further processing

  • -6 dB: Conservative, good for unknown or problematic audio

  • -1 dB: ONLY as a final ceiling on already-mastered audio (never on raw audio)

  • -12 dB or lower: For very quiet audio that needs gentle boosting

Args: peak_level_db: Target peak level in dB (-60 to 0). Default: -3.0 remove_dc: Remove DC offset before normalizing. Default: True stereo_independent: Normalize L/R channels separately (fixes unbalanced recordings). Default: False

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remove_dcNo
peak_level_dbNo
stereo_independentNo
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 provided, the description carries the full behavioral burden. It clearly discloses that normalization can boost or reduce audio, gives a concrete dB example, and warns about potentially blowing out the audio. It could go further by stating whether the operation is destructive or undoable, but the risk warning and dB behavior are strongly transparent.

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 longer than average but every section earns its place: one-line function summary, a high-signal warning, actionable target-level guidelines, and parameter details. It is well-structured with bullets and labels, and the most important risk is front-loaded immediately after the summary.

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

Completeness4/5

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

For a 3-parameter tool with no annotations and no output schema, the description covers operation, risks, preconditions, parameter semantics, and recommended values. It is missing only minor edge-case context such as what happens if no audio is selected or whether the change can be reverted, but it is otherwise complete for safe and correct invocation.

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_description_coverage is 0%, so the description must fully compensate for the input schema's bare type/default info. It thoroughly explains each parameter: peak_level_db with range, default, and target-selection guidance; remove_dc with its function; and stereo_independent with its purpose. This is excellent parameter documentation beyond the schema.

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 uses a specific verb+resource pair: 'Normalize the selected audio to a target peak level.' This immediately distinguishes it from related sibling tools like effect_amplify and loudness_normalize by emphasizing peak-level normalization rather than arbitrary gain or loudness matching.

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?

The description provides explicit target-selection guidelines based on what processing comes next, and tells the agent to check current audio levels with project_get_info before normalizing. It includes a clear when-not case ('-1 dB only on already-mastered audio, never on raw audio'), though it does not name alternative sibling tools for comparison.

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/FFriends/MCP-Audacity'

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