Skip to main content
Glama
romanstark

Ableton Maestro

clear_automation

Delete automation envelopes on a Session clip. Set confirm=true to execute, or confirm=false to preview which envelopes exist before clearing.

Instructions

Delete automation envelopes on a Session clip. Requires confirm=True.

When confirm=False, inspects clip and reports envelope existence without deleting.

Args:
    track: Track index in song.tracks.
    slot: Scene/slot index in track.clip_slots.
    parameter: Target DeviceParameter LOM path when clearing a single envelope.
    all_envelopes: When True, clears all envelopes on the clip.
    confirm: Confirmation flag required to execute clearing.

Returns:
    Dictionary reporting clearance status or pending envelope details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYes
trackYes
confirmNo
parameterNo
all_envelopesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and handles it well. It explicitly states that deletion requires confirm=True, that confirm=False inspects instead of deleting, and that the return value reports either clearance status or pending envelope details.

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 compact and well structured: a front-loaded behavioral summary, a two-line confirm-mode distinction, a concise Args list, and a one-line Returns note. Every sentence adds useful information and there is no redundant filler.

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

Completeness5/5

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

Given that the tool has five parameters, no annotations, and dual destructive/inspection behavior, the description covers all essential invocation semantics. An output schema already exists for the return shape, so the brief Returns line is sufficient, and nothing needed to call the tool correctly appears missing.

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 description coverage is 0%, so the Args block is essential and fully compensates. Every parameter is explained in meaningful terms: track and slot index positions, parameter as a DeviceParameter LOM path, all_envelopes selecting full clearance, and confirm as the mandatory execution gate.

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 opens with a specific verb and resource: 'Delete automation envelopes on a Session clip.' It then clarifies the confirm-dependent dual behavior, which distinguishes it from sibling tools like read_automation, write_automation, and clip-level deletion tools.

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 explains two modes clearly: confirm=True executes deletion, confirm=False inspects and reports without deleting. However, it never names sibling alternatives or states when to prefer clear_automation over read_automation or write_automation, so routing guidance is mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/romanstark/ableton-maestro'

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