Skip to main content
Glama

get_send_level

Get the send level from a track to a return track by providing the track index and send index.

Instructions

Get 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 (0=A, 1=B, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
send_indexYes
track_indexYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states the action without mentioning return value format, potential errors, or prerequisites such as the existence of the track/send. For a getter, some side-effect safety is inherent, but the lack of return-type or failure-mode information is a gap.

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 compact and to the point: one sentence for the action and a clear parameter list. No redundant or irrelevant content.

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 getter with two parameters, the description covers purpose and parameter meaning adequately. However, the absence of an output schema means the description should have mentioned the return format or value type, which is not provided. It is functional but not fully complete.

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 by explaining 'track_index' as the source track and 'send_index' with the 0=A, 1=B convention. Since schema coverage is 0%, this compensation is valuable and covers both parameters.

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 ('Get'), a specific resource ('send level'), and the context ('from a track to a return track'), clearly distinguishing it from its sibling 'set_send_level'. The parameter explanations further clarify the purpose.

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 usage is implied by the verb 'Get' as a read operation, and the context of send levels is clear. However, no explicit guidance is given about when to use this tool versus the sibling 'set_send_level', nor are exclusions or prerequisites mentioned.

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