Skip to main content
Glama

set_track_monitoring

Control input monitoring mode for a track. Select between In, Auto, or Off to manage audio input for resampling and bounce workflows.

Instructions

Set input monitoring: 0=In (always hear input), 1=Auto, 2=Off. Required for resampling/bounce workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations indicate the tool is not destructive (destructiveHint=false). The description adds the behavioral context of the state values (0=In, 1=Auto, 2=Off) but does not disclose other potential side effects, persistence, or impact on playback. The description adds moderate value beyond the annotation.

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: two sentences with no redundant information. The first sentence clearly states the purpose and values; the second provides context. Every sentence earns its place.

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

Completeness4/5

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

The tool is simple with two parameters and an output schema assumed. The description covers the core functionality and necessary state values. It lacks detail on the return value or the track_index parameter, but overall it is sufficiently complete for a straightforward setting tool.

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 coverage is 0%, so the description must explain parameters. It explains the 'state' parameter with its three integer values, which is helpful. However, it does not explain the 'track_index' parameter at all, leaving a gap in meaning for that required parameter.

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 explicitly states the tool sets input monitoring, provides the three possible values (0=In, 1=Auto, 2=Off), and mentions it is required for resampling/bounce workflows. This clearly distinguishes it from sibling tools which handle other track settings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context by stating it is 'Required for resampling/bounce workflows,' which implies when to use it. However, it does not explicitly exclude other scenarios or mention alternatives, but given it is the only tool for this function, the guidance is adequate.

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

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