Skip to main content
Glama

set_tempo_follower_enabled

Enable or disable Tempo Follower in Ableton Live to control whether project tempo automatically follows incoming audio or MIDI. Set true to activate, false to deactivate.

Instructions

Enable or disable Tempo Follower.

Args: enabled: True to enable Tempo Follower, False to disable it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. However, it only restates the obvious toggle action without explaining side effects, the meaning of Tempo Follower, or what happens globally when enabled/disabled. No additional context beyond the parameter mapping is offered.

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, consisting of two short sentences with the action front-loaded as the title. Every word earns its place, and the Args section is cleanly formatted.

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 boolean setter, the description is minimally viable: it states the purpose and parameter semantics. However, it lacks context about Tempo Follower's role, potential effects, or return behavior, although the existence of an output schema mitigates the latter. It meets the minimum bar but does not exceed it.

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 explicitly maps the boolean parameter values to actions: 'True to enable Tempo Follower, False to disable it.' Since the schema property has no description (0% coverage), this direct explanation adds clear value for the single 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 'Enable or disable Tempo Follower', clearly indicating the verb (enable/disable) and resource (Tempo Follower). This distinguishes it from sibling tools, as it is the only tool focused on toggling Tempo Follower.

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?

No guidance is given on when to use this tool versus alternatives, nor any context about prerequisites or related operations. It does not mention, for example, that set_tempo or tap_tempo could be used instead for other tempo-related adjustments.

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/alaarab/livemcp'

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