Skip to main content
Glama

auto_cleanup_audio

Remove noise and artifacts from audio while preserving original loudness and dynamics. Use for cleaning recordings when audio levels are already good.

Instructions

SAFE CLEANUP: Remove noise and artifacts WITHOUT changing loudness or dynamics. Use this when audio levels are already good and you just want to clean it up. Runs in background — returns a job_id immediately. Use check_pipeline_status to monitor.

Pipeline: DC offset removal > HPF 80Hz > noise reduction (opt) > click removal (opt) NO compression, NO normalize, NO LUFS. Just clean.

Args: remove_noise: Apply noise reduction using first 0.5s as noise profile. Default: True remove_clicks: Remove clicks/pops (useful for vinyl/old recordings). Default: False

IMPORTANT: If remove_noise is True, the first 0.5 seconds should be room tone / silence. DO NOT call this again if a pipeline is already running — use check_pipeline_status instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remove_noiseNo
remove_clicksNo
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses: async behavior ('returns a job_id immediately'), pipeline stages (DC offset > HPF > noise reduction > click removal), safety profile ('SAFE CLEANUP'), and side-effect constraints. Minor gap on error handling or idempotency details.

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?

Well-structured with clear visual hierarchy (caps for emphasis, 'Pipeline:' and 'Args:' sections). Information is front-loaded with safety and scope. Slightly verbose formatting but every sentence provides necessary context for an async pipeline tool.

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?

Comprehensive for a 2-parameter async pipeline tool. Covers input requirements, pipeline logic, return value (job_id), monitoring mechanism, and constraints. No output schema exists, but the description adequately explains the immediate return value and background processing behavior.

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 description fully compensates by documenting both boolean parameters with semantic meaning ('Apply noise reduction using first 0.5s as noise profile', 'Remove clicks/pops'), default values, and critical usage constraints linking the two parameters.

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 explicitly states the tool 'Remove[s] noise and artifacts WITHOUT changing loudness or dynamics' and distinguishes itself from siblings with 'NO compression, NO normalize, NO LUFS' and contrasting pipeline details versus manual tools like noise_reduction or click_removal.

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?

Provides explicit when-to-use ('when audio levels are already good'), prerequisites ('first 0.5 seconds should be room tone / silence'), and explicit alternative for monitoring ('use check_pipeline_status instead'). Also warns 'DO NOT call this again if a pipeline is already running'.

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