Skip to main content
Glama

auto_cleanup_live

Automatically clean noisy live recordings and field audio by removing clicks, reducing noise, and applying compression with safe loudness checks.

Instructions

ONE-CLICK LIVE RECORDING CLEANUP: Aggressive processing for noisy/field recordings. Runs in background — returns a job_id immediately. Use check_pipeline_status to monitor.

Pipeline: DC offset > HPF 100Hz > click removal > noise reduction 12dB > compression 5:1 > safe loudness check. Designed for live performances, field recordings, and noisy environments. Noise reduction is always on at 12dB — max safe level before artifacts appear.

IMPORTANT: The first 0.5 seconds MUST be room tone / ambient noise for noise profiling. DO NOT call this again if a pipeline is already running — use check_pipeline_status instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, so description carries full burden. Discloses async behavior ('runs in background — returns a job_id immediately'), specific processing parameters (12dB noise reduction, 5:1 compression), concurrency constraints, and safety limits ('max safe level before artifacts appear'). Excellent behavioral coverage.

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?

Every sentence earns its place. Structure is logical: header summary → mechanism explanation → pipeline details → design intent → critical constraints → concurrency warning. No redundancy or filler text despite being multi-line.

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?

For a complex audio processing pipeline with no output schema, description is complete: explains return value (job_id), monitoring mechanism (check_pipeline_status), processing chain, input requirements (0.5s room tone), and concurrency limitations. No gaps remain for agent operation.

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?

Input schema has 0 parameters, establishing baseline 4. Description adds value by documenting the implicit processing parameters (12dB reduction, 5:1 compression, 100Hz HPF) that are hardcoded in the pipeline, helping users understand what the tool will do to their audio despite no input arguments.

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?

Excellent specificity: 'ONE-CLICK LIVE RECORDING CLEANUP' provides clear verb+resource, while 'Aggressive processing for noisy/field recordings' distinguishes from sibling tools like auto_cleanup_podcast or auto_cleanup_vocal. The specific pipeline chain (DC offset > HPF 100Hz > etc.) further clarifies scope.

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?

Explicit when-not guidance: 'DO NOT call this again if a pipeline is already running — use check_pipeline_status instead.' Also includes prerequisites ('first 0.5 seconds MUST be room tone') and monitoring instructions. Distinguishes from siblings by specifying 'live performances, field recordings, and noisy environments' vs other cleanup variants.

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