Skip to main content
Glama

set_send_level

Set the send level from a track to a return track in Ableton Live by specifying track index, send index, and level between 0.0 and 1.0.

Instructions

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

Parameters:

  • track_index: The index of the source track

  • send_index: The index of the send (corresponds to return track index)

  • level: The send level (0.0 to 1.0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelYes
send_indexYes
track_indexYes
Behavior2/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 only states the action and parameter constraints; it does not disclose side effects, return behavior, error conditions, or safety considerations. This is a bare minimum for a setter.

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 plus a parameter list. It is front-loaded with the purpose and every sentence is informative. No wasted words.

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?

For a simple setter, the description covers the core operation and parameters, but with no output schema and no annotations, it omits return-value behavior and any limitations. It is adequate but incomplete for an agent that might need to verify success or handle edge cases.

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?

Schema coverage is 0%, and the description fully compensates by explaining each parameter: track_index as source track, send_index as corresponding to return track index, and level with a 0.0-1.0 range. This adds significant meaning beyond the schema.

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 states a specific verb+resource: 'Set the send level from a track to a return track.' It clearly distinguishes from siblings like get_send_level and set_return_volume.

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 implies usage by its purpose, but it does not explicitly state when to use this tool versus alternatives like get_send_level or set_return_volume. No when-not or alternative guidance is provided.

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

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