Skip to main content
Glama

setup_vocal_chain

Set up a vocal processing chain with high-pass filter, EQ, compressor, and plate reverb send for a polished sound.

Instructions

One-call vocal-chain setup: HP + compressor + tonal EQ + plate reverb send.

Creates (or reuses) a dedicated plate reverb bus and sends the vocal track to it. Designed to give a polished broadcast-ready vocal with one call.

Chain applied in order on the vocal track:

  1. HP filter at hp_freq

  2. Mud cut: -2dB at 250Hz, Q=1.8

  3. Presence boost: +1.5dB at 4kHz, Q=1.2

  4. Harsh cut: -1.5dB at 3kHz, Q=3 (de-harsh)

  5. Air lift: +1.5dB high-shelf at 12kHz

  6. Compressor (3:1, -16dB threshold, vocal character) Plus a send to a plate reverb bus at plate_send_db.

Args: track_index: Track to process. hp_freq: High-pass cutoff in Hz. comp_threshold_db / comp_ratio: Compression settings. air_boost_db / mud_cut_db / harsh_cut_db: EQ amounts in dB. plate_bus_name: Bus track name (reused if exists). plate_send_db: Send level from vocal to the plate bus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
hp_freqNo
comp_threshold_dbNo
comp_ratioNo
air_boost_dbNo
mud_cut_dbNo
harsh_cut_dbNo
plate_bus_nameNoBUS: Vocal Plate
plate_send_dbNo
Behavior3/5

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

No annotations provided, so description carries full burden. It details the processing chain and bus creation/reuse, but does not mention if the operation is reversible, what happens on error, or performance impact. The description is transparent enough for typical use but lacks edge-case disclosure.

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?

Description is well-structured with a summary sentence, a numbered list of processing steps, and a parameter list. While a bit lengthy, each part adds value. Minor redundancy with parameter list duplicates schema info, but overall efficient.

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?

Given the complexity (9 parameters, no annotations, no output schema), the description covers the main behavior thoroughly: chain order, default EQ/comp settings, bus creation/reuse. Lacks details on return value or conflict handling, but adequate for expected usage.

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?

Schema has 0% description coverage, but the description adds significant context by explaining each parameter's role in the processing chain (e.g., 'HP filter at hp_freq', 'Mud cut: -2dB at 250Hz'). It also mentions default values for several parameters, aiding selection beyond schema titles.

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 it's a 'one-call vocal-chain setup' with a specific list of processing steps (HP filter, mud cut, presence boost, etc.) and mentions creating a plate reverb bus. This distinguishes it from sibling tools like fx_add or send_create which are lower-level.

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?

It says 'Designed to give a polished broadcast-ready vocal with one call,' implying when to use. However, it does not explicitly state when not to use or contrast with alternatives like manual chain setup or other setup tools (e.g., setup_parallel_compression). Guidance is implied but not explicit.

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

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