Skip to main content
Glama

send_add

Add an aux send to a track for parallel routing, specifying a bus number or destination track, with pre/post and gain amount settings.

Instructions

Add an aux send (parallel routing) on a track. Tracktion routes via numbered buses 0..15 — pass bus_num explicitly, or pass dest_track_id to auto-pick a bus. Pair with aux_return_add on the receiving track. Emits a real element with proper slider position from amount_db.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bus_numNo
pre_postNopost
amount_dbNo
src_track_idYes
dest_track_idNoOptional convenience: auto-pick bus from track index

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It states the result ('Emits a real <PLUGIN type='auxsend'/> element') and clarifies the amount_db effect ('proper slider position'). It does not detail edge cases (e.g., conflicting parameters), but the core behavior is transparent.

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 two sentences, front-loads the purpose, and packs all essential guidance without redundancy. No wasted words.

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?

It explains the two parameter modes, the bus range, the companion tool (aux_return_add), and the resulting element. This fully situates the tool within the DAW workflow and sibling tools, covering all needed context for correct use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20% (dest_track_id). The description compensates by explaining bus_num vs dest_track_id, src_track_id ('on a track'), and amount_db ('slider position'), but leaves pre_post unexplained. Since pre_post is an enum, its values are visible but its meaning (pre/post fader) is not clarified.

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 action ('Add'), the object ('aux send'), and the context ('on a track'). It differentiates from sibling tools by specifying 'parallel routing' and referencing aux_return_add, making its unique role unmistakable.

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?

Explicitly instructs when to use bus_num versus dest_track_id ('pass bus_num explicitly, or pass dest_track_id to auto-pick a bus'), notes the valid bus range (0..15), and advises pairing with aux_return_add. This leaves no ambiguity about how to invoke the tool.

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/jarmstrong158/waveform-MCP'

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