Skip to main content
Glama
zabolotniydj

Ableton MCP Extended

by zabolotniydj

set_send_level

Set the send level from one track to a return track by specifying track index, send slot, and a normalized 0-1 value. Adjust audio routing for effects or monitoring precision.

Instructions

Set one send level from a track to a return track.

Parameters:

  • track_index: Track number (1-based).

  • send_index: Send slot (1-based; send 1 feeds return A, 2 feeds B, ...).

  • value: Normalized 0.0 (off) to 1.0 (max).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
send_indexYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist. The description says this is a write operation ('set'), but doesn't disclose whether send slots are reused/overwritten, or if validation/errors occur when the track isn't a return track. It identifies only the direct state change.

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?

Single complete sentence with all key parameters; no redundancy or filler.

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?

Output schema exists, but the description doesn't describe the return format or response semantics. Sufficient parameter documentation exists for the primary operation; missing preconditions and side-effect info.

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?

The description adds meaning beyond the schema: track_index is 1-based and send_index explicitly maps to return tracks (1 feeds return A, 2 feeds B). The value meaning (normalized 0.0-1.0) is specified, which the raw schema does not convey.

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?

Description uses a specific verb 'set' with a clear resource (send level) and distinguishes from siblings by naming send slot mapping; no ambiguity about the operation.

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?

States what it does and names the parameters, but no explicit when-to-use or alternative context is given (e.g., adjusting track volume would be set_track_volume).

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/zabolotniydj/ableton-mcp-fixed'

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