Skip to main content
Glama

set_arrangement_record

Enable or disable Arrangement recording to capture Session clips and scenes into the timeline for export from Ableton Live.

Instructions

Arm/disarm Arrangement (global) Record — the transport's ● button. With it ON, launching Session clips/scenes records them into the Arrangement timeline. This is the capability that lets a Session-view loop be captured for export (Live's exporter only renders the Arrangement). For the full automated capture use capture_session_to_arrangement instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onNo

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 accurately describes the ON behavior ('With it ON, launching Session clips/scenes records them into the Arrangement timeline') and provides context about why this is needed (export capability). It does not mention overwriting or reversal, but for a simple boolean arm/disarm, the behavior is adequately disclosed.

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?

Three sentences, each earning its place: core function, behavioral effect, and context/alternative. No redundant wording, and the key action is front-loaded.

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 one-parameter tool, the description explains purpose, behavior, and when to use an alternative. An output schema exists, so return values need not be described. It is complete enough for confident invocation, though it could mention the 'global' scope more explicitly.

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?

Schema coverage is 0%, so the description must compensate. It does so by mapping the 'on' parameter through phrases like 'Arm/disarm' and 'With it ON', effectively conveying that true arms and false disarms. This adds meaning beyond the bare parameter name.

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 starts with a specific verb and resource: 'Arm/disarm Arrangement (global) Record'. It then explains the effect (launching Session clips/scenes records them into the Arrangement timeline) and differentiates from capture_session_to_arrangement by name.

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

Usage Guidelines5/5

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

Clearly states when to use: to capture a Session-view loop for export because 'Live's exporter only renders the Arrangement'. Also explicitly recommends capture_session_to_arrangement as the alternative for full automated capture.

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/verove-jordan/ableton12-mcp'

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