Skip to main content
Glama

effect_reverb

Apply reverb to audio to simulate acoustic spaces. Adjust parameters like room size, reverberance, and stereo width for customized sound environments.

Instructions

Apply reverb effect to the selected audio.

Args: room_size: Room size percentage (0-100). Default: 75 pre_delay: Pre-delay in ms (0-200). Default: 10 reverberance: Reverberance percentage (0-100). Default: 50 hf_damping: High frequency damping (0-100). Default: 50 tone_low: Tone low percentage (0-100). Default: 100 tone_high: Tone high percentage (0-100). Default: 100 wet_gain: Wet signal gain in dB. Default: -1.0 dry_gain: Dry signal gain in dB. Default: -1.0 stereo_width: Stereo width (0-100). Default: 100 wet_only: Output only the wet signal. Default: False

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
room_sizeNo
pre_delayNo
reverberanceNo
hf_dampingNo
tone_lowNo
tone_highNo
wet_gainNo
dry_gainNo
stereo_widthNo
wet_onlyNo
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. It mentions 'selected audio' implying selection-based operation, and documents parameter ranges/defaults. However, it fails to disclose whether this is a destructive operation (modifies audio in place), whether it creates a new track, or if it requires specific preconditions like a noise profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with a clear purpose statement followed by a well-organized Args block. While embedding parameter documentation in the description text is less ideal than rich schema descriptions, it is necessary given the schema deficiencies. No sentences are wasted.

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

Completeness3/5

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

For a 10-parameter audio effect with no output schema and no annotations, the description covers the parameters adequately but lacks workflow context. It omits critical information such as whether the effect is applied destructively, if the operation can be undone, or what happens when invoked without a selection.

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?

Given 0% schema description coverage, the Args section in the description provides essential compensation by documenting all 10 parameters with units (ms, dB, percentage) and default values. It adds significant meaning beyond the schema's bare titles, though it could explain audio-specific concepts like 'wet' vs 'dry' signals for clarity.

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 the verb (Apply), resource (reverb effect), and target (selected audio). It distinguishes this from analysis tools (analyze_*) and editing tools (edit_*) in the sibling list. However, it does not differentiate from similar effect siblings like effect_echo or effect_phaser regarding when to use reverb specifically.

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?

There is no guidance on when to use this tool versus alternatives like effect_echo or effect_delay, nor any mention of prerequisites (e.g., requiring audio to be selected first). The description only states what the tool does, not when to invoke it.

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

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