Skip to main content
Glama

transport_stop

Stop Ableton Live transport playback with a guarded confirm-to-execute flow. Use dry-run planning to verify the action before applying the stop.

Instructions

Plan or stop Ableton transport playback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoOmit or true to return a plan; false requires a valid confirmationToken.
planHashNoHash returned by the matching dry run.
confirmationTokenNoShort-lived, single-use token returned by the matching dry run.
expectedStateVersionYesExact stateVersion observed immediately before planning.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate the tool is mutating (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds the planning/execution duality ('plan or stop'), which is useful, but does not elaborate on side effects, reversibility, or state changes beyond what the schema implies.

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?

A single, compact sentence conveys the core action without redundancy. It is front-loaded and efficient, earning every word. No fluff or unnecessary detail.

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 transport control operation, the description is largely sufficient given the schema and annotations. However, in the context of many sibling tools (e.g., stop_all_clips, panic, transport_play), it could briefly mention that it targets the global transport, not individual clips. Still, it is adequate for the agent to proceed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter already documented (dryRun, planHash, confirmationToken, expectedStateVersion). The description adds no additional semantic meaning beyond what the schema provides, so a baseline 3 is appropriate.

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 states a specific action ('stop') and a clear resource ('Ableton transport playback'). It clearly distinguishes from the sibling 'transport_play' and is unambiguous about its scope. The verb 'plan or stop' also signals the two-phase workflow.

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 want to stop transport) but does not explicitly mention alternatives like 'stop_all_clips' or 'panic', nor does it state when not to use it. It is functional but leaves disambiguation to the agent's reasoning.

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

Deploy Server

Other Tools