Skip to main content
Glama

effect_notch_filter

Remove specific frequency hums like 50/60Hz mains interference from audio recordings using a notch filter with adjustable sharpness.

Instructions

Remove a specific frequency (e.g. 50/60Hz hum) with a notch filter.

Args: frequency: Center frequency to remove in Hz. Default: 60 (US mains hum) q: Q factor / sharpness of the notch (0.1-20). Higher = narrower notch. Default: 1.0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frequencyNo
qNo
Behavior3/5

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

With no annotations, the description carries full burden. It explains the Q factor behavior ('Higher = narrower notch') but fails to disclose whether the operation is destructive, applies to the current selection or entire track, or produces side effects.

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 efficiently structured with the purpose front-loaded, followed by an Args section. Every sentence earns its place with zero redundancy.

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 2-parameter audio effect without output schema, the description is adequately complete. Minor gap regarding scope (selection vs. track-wide application) prevents a perfect score.

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?

Despite 0% schema description coverage, the text fully compensates by documenting both parameters with units (Hz), valid ranges (0.1-20), semantic meaning ('sharpness'), and default rationale ('US mains hum').

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 clearly states the tool 'Remove[s] a specific frequency (e.g. 50/60Hz hum) with a notch filter' — providing a specific verb, resource, and concrete example that distinguishes it from sibling filters like high_pass or low_pass.

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

Usage Guidelines3/5

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

The example of '50/60Hz hum' provides implied usage context for mains interference removal, but lacks explicit guidance on when to prefer this over alternatives like effect_equalization or high_pass_filter, and mentions no prerequisites.

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