Skip to main content
Glama

setup_parallel_compression

Create a parallel compression bus to blend heavily compressed signals with dry audio, adding density and power to drums or vocals without losing transients.

Instructions

Create a NY-style parallel compression bus and route source tracks to it.

Classic use: crush drums or vocals with a heavy compressor on a parallel bus, then blend the crushed signal back in subtly with the dry. Adds perceived density and power without destroying transients.

Args: source_tracks: JSON array of track indices to send to the parallel bus, e.g. "[0,1,2]". bus_name: Display name for the created bus track. send_db: Send level from each source to the bus (0 = unity). return_db: Bus output (return) level. -8 is a typical subtle blend. threshold_db: Compressor threshold. -24 to -30 for heavy crush. ratio: Compression ratio. 10:1 or higher for that "smashed" sound. attack_ms: Fast (1-3 ms) for tight pumping. release_ms: Medium (80-120 ms) typical.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_tracksYes
bus_nameNoBUS: Parallel Comp
send_dbNo
return_dbNo
threshold_dbNo
ratioNo
attack_msNo
release_msNo
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the outcome (bus creation, routing) and parameter impact (fast attack for tight pumping) but does not detail side effects, permissions, or potential destructive behavior beyond creating a bus.

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?

The description is well-structured with a summary line, use context, and a parameter list. It is appropriately detailed for 8 parameters, but could be slightly more concise (e.g., merging some parameter notes).

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 no annotations and no output schema, the description covers purpose, typical values, and usage. It omits prerequisites (e.g., existing tracks) and error handling, but is reasonably complete for a setup tool.

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?

The description thoroughly explains each parameter with typical values and purpose (e.g., 'send_db: Send level from each source to the bus (0 = unity)'. Since schema coverage is 0%, this fully compensates and adds significant meaning beyond type/default.

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 starts with a specific verb+resource: 'Create a NY-style parallel compression bus and route source tracks to it.' This clearly distinguishes it from sibling tools like setup_drum_bus or setup_vocal_chain, which serve different purposes.

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

Usage Guidelines4/5

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

The description provides a classic use case (crushing drums/vocals and blending) and explains the benefit (density/power without destroying transients). It implicitly tells when to use but lacks explicit when-not-to-use or alternative tools.

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