Skip to main content
Glama

set_scene_tempo

Set a specific tempo for a scene in Ableton Live. Pass 0 or negative to clear the override and inherit the song tempo.

Instructions

Set the tempo for a specific scene.

Pass 0 or a negative value to clear the scene tempo (scene will inherit the song tempo).

Args: scene_index: Zero-based index of the scene. tempo: Tempo in BPM, or -1.0 to clear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tempoYes
scene_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behavioral traits: passing 0 or a negative value clears the tempo and the scene inherits the song tempo. This adds meaningful context beyond the schema, though it doesn't mention edge cases like invalid scene_index.

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 concise and well-structured: a one-sentence purpose, a clear explanation of the clear behavior, and a bulleted args list. Every sentence provides necessary information without waste.

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 only two parameters, the description covers the essential behavior: setting and clearing tempo. The output schema is present, so return values don't need explanation. It lacks edge-case error handling, but overall it's sufficiently complete for its complexity.

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%, so the description fully compensates. It clearly explains that scene_index is zero-based and tempo is in BPM or -1.0 to clear. This gives complete semantic meaning to both parameters, which the schema lacks.

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 clearly states 'Set the tempo for a specific scene' with a specific verb and resource. It distinguishes itself from siblings like set_tempo (song tempo) and set_scene_time_signature by focusing on scene tempo.

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 (when you need to set or clear a scene's tempo) and explains the clear behavior, but it does not explicitly mention when to use vs alternatives like set_tempo. No exclusions or alternatives are named, so guidance is implied rather than explicit.

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