Skip to main content
Glama

normalize

Adjust the peak level of selected audio to a specified dB target, boosting or reducing as needed.

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
Behavior4/5

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

No annotations provided, so description must carry the burden. It clearly warns that normalization can boost quiet audio and provides examples of potential damage. However, it does not mention whether the operation is destructive or reversible, which is minor given the context of audio editing tools.

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?

Well-structured with a warning block, bullet-point guidelines, and parameter descriptions. Every sentence adds value; no fluff. Front-loaded with key warning and purpose.

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?

Given the tool's complexity (audio normalization), the description covers purpose, warnings, usage guidelines, and all parameters exhaustively. No output schema exists, but the tool modifies audio directly, so return value explanation is unnecessary.

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 0% description coverage, but the description compensates fully. It explains each parameter's purpose, range (peak_level_db: -60 to 0), default values, and specific use cases (e.g., stereo_independent for unbalanced recordings).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Normalize the selected audio to a target peak level,' specifying the verb and resource. It distinguishes itself from sibling tools like 'loudness_normalize' by focusing on peak level normalization, but does not explicitly name alternatives, missing a slight opportunity for differentiation.

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

Usage Guidelines5/5

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

Excellent guidance: explains when to use (e.g., 'Safe general-purpose level'), warns against inappropriate use on raw audio, and provides explicit preconditions ('ALWAYS check current audio levels first'). Also gives numerical target recommendations based on context.

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/robworks-code/audacity-mcp-max'

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