Skip to main content
Glama

setup_effect_bus

Create an effect return bus with a custom FX chain and sends from selected tracks in one call.

Instructions

Create effect return bus (track + FX + sends) in one call.

Args: bus_name: Bus track name. fx_chain: JSON array of FX (same format as setup_fx_chain). sends_from: JSON array: [{"source_track":0, "volume_db":-6.0}]. bus_position: Track insert position (-1 = end). bus_volume_db: Bus volume in dB. bus_color: Optional JSON color "[r,g,b]".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bus_nameYes
fx_chainYes
bus_colorNo
sends_fromYes
bus_positionNo
bus_volume_dbNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the tool creates a bus atomically but does not detail error conditions, idempotency, side effects, or response format. The parameter descriptions are basic, and behavioral traits like creation validation or overwrite behavior are omitted.

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 extremely concise: a one-sentence summary followed by a clear parameter list. Every line adds value, and the structure (Args:) is standard and easy to parse. No redundant or vague statements.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters, no annotations, and no output schema, the description adequately covers parameter semantics but lacks behavioral context (errors, return value, side effects). For a tool creating a bus, missing info on idempotency and what happens if bus_name conflicts reduces completeness.

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?

With 0% schema description coverage, the description adds significant meaning by explaining each parameter (e.g., fx_chain format reference, sends_from JSON structure, bus_position meaning). This compensates well for the schema gap, though some parameters could benefit from more detail (e.g., bus_color default empty string).

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 creates an effect return bus combining track, FX, and sends in one call. The verb 'Create' is specific, and the resource 'effect return bus' is distinct from sibling tools like setup_fx_chain (only FX) or setup_routing (only routing).

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 description lacks explicit guidance on when to use this tool versus alternatives like setup_drum_bus or setup_fx_chain. No conditions, prerequisites, or exclusions are provided, leaving the agent to infer usage from the name alone.

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