Skip to main content
Glama

set_track_monitoring

Set any track's monitoring mode to In, Auto, or Off to manage audio input for live recording and playback.

Instructions

Set the monitoring mode of a track.

Parameters:

  • track_index: The index of the track

  • monitoring: Monitoring mode (in, auto, off)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitoringYes
track_indexYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only says 'Set' without disclosing side effects, permissions, or impact on playback/recording. The mutation is implicit but no deeper behavioral context is given.

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: a single action sentence followed by a tight parameter list. No wasted words, though 'monitoring' appears in both the description and parameter explanation, which is acceptable.

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?

For a simple setter with two parameters and no output schema, the description is largely complete—it explains the purpose and all parameters. It falls short only in not providing behavioral context (e.g., when monitoring mode takes effect or any prerequisites), but the low complexity keeps the gap small.

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 schema has no descriptions and 0% coverage, so the description compensates by explaining both parameters. It clearly defines track_index and lists the allowed values for monitoring ('in', 'auto', 'off'), which is essential for correct invocation. The tracking index explanation is slightly tautological but still useful.

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 uses the specific verb 'Set' with the resource 'monitoring mode of a track', clearly distinguishing it from sibling tools like get_track_monitoring and other set_track_* tools. It states exactly what the tool does.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. No explicit context, exclusions, or alternatives are mentioned, even though many track-related setter tools exist in the sibling list.

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/freekmurze/ableton-ai'

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