Skip to main content
Glama

effect_adjustable_fade

Apply a customizable fade to a single selected audio clip, avoiding multi-clip crashes. Adjust fade type, start/end levels, and midpoint curve.

Instructions

Apply a customizable fade to the selected audio.

Requires a SINGLE-clip selection - confirmed live that a selection spanning multiple clips triggers an unguarded assert/crash (Au3SelectionController::rightMostSelectedClipEndTime). A clean single-clip selection was also confirmed live to work correctly (isError: false, no crash). Normalize has the same "single clip only" precondition but fails gracefully with a normal error instead of crashing when violated - this one does not, so get the selection right.

Args: fade_type: "Up", "Down", "SCurveUp", or "SCurveDown". Default: "Up" mid_fade_adjust_percent: Adjusts the fade curve's midpoint, -100 to 100. Default: 0.0 units: Interpret start_level/end_level as "Percent" (of original) or "dB" gain. Default: "Percent" start_level: Level at the start of the fade. Default: 0.0 end_level: Level at the end of the fade. Default: 100.0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitsNoPercent
end_levelNo
fade_typeNoUp
start_levelNo
mid_fade_adjust_percentNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior5/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 and does so excellently. It discloses a live-confirmed crash for multi-clip selections, the unguarded assert name, and that a clean single-clip selection was confirmed to work. This is far beyond typical effect-tool documentation.

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 purpose is front-loaded and the Args section is scannable. The crash warning is slightly verbose with repeated 'confirmed live' phrasing, but the length is justified because the precondition is critical to safe invocation.

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?

The description covers all parameters, defaults, units, and the critical crash edge case, which is enough for an agent to invoke the tool correctly. It does not describe return values or whether the effect is destructive/undoable, but the core invocation requirements are complete.

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%, but the description documents every parameter: fade_type allowed values and default, mid_fade_adjust_percent range, units meaning ('Percent' or 'dB'), and start_level/end_level semantics. This adds meaning that the bare schema cannot convey.

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 opens with a specific verb and resource: 'Apply a customizable fade to the selected audio.' The phrase 'customizable' plus the parameter list (fade_type, levels, mid-fade adjustment) clearly distinguishes it from simpler siblings like effect_fade_in and effect_fade_out.

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 gives explicit, actionable usage context: a single-clip selection is required, and violating that precondition causes a crash. It does not explicitly name alternatives or say when to prefer this over simpler fade tools, but the selection guidance is strong and concrete.

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/Audacity4-MCP'

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