Skip to main content
Glama

effect_phaser

Apply phaser effect to audio in Audacity by adjusting stages, frequency, depth, and feedback to create sweeping modulation.

Instructions

Apply phaser effect to the selected audio.

Args: stages: Number of phaser stages (2-24, even only). Default: 2 dry_wet: Dry/wet mix (0=dry, 255=wet). Default: 128 frequency: LFO frequency in Hz (0.01-40). Default: 0.4 phase: LFO start phase in degrees (0-360). Default: 0 depth: Modulation depth (0-255). Default: 100 feedback: Feedback percentage (-100 to 100). Default: 0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stagesNo
dry_wetNo
frequencyNo
phaseNo
depthNo
feedbackNo
Behavior2/5

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

No annotations provided, so description carries full burden. Documents parameter constraints (ranges, defaults) but fails to disclose whether operation is destructive, what happens if no audio is selected, or undo/reversibility characteristics. Missing critical behavioral context for an audio modification tool.

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?

Uses an Args block format that is information-dense with zero fluff. Slightly unconventional structure for MCP descriptions (typically more prose-oriented), but every line earns its place by documenting parameter behavior.

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?

Comprehensive parameter documentation satisfies basic requirements, but given zero annotations and no output schema, the description lacks operational context: no error handling details, no mention of destructive vs non-destructive behavior, and no return value information.

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?

With 0% schema description coverage, the description fully compensates by documenting all 6 parameters with precise semantics: stages (2-24, even only), dry_wet (0=dry, 255=wet), frequency (LFO frequency in Hz), phase (degrees), depth (0-255), and feedback (percentage -100 to 100). All defaults provided.

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?

States specific action (Apply) and target (phaser effect to selected audio). Distinguishes from siblings like effect_echo or effect_reverb by naming the specific effect type, though it doesn't explain the musical characteristics that differentiate phaser from similar modulation effects.

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?

Implies audio must be selected via 'selected audio' phrase, but provides no explicit when-to-use guidance, no prerequisites (e.g., minimum selection length), and no comparison to similar modulation effects like effect_tremolo or effect_wahwah.

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