Skip to main content
Glama
romanstark

Ableton Maestro

delete_device

Delete a device from an Ableton Live track by specifying track and device indices. Set confirm=True to execute; without confirmation, view a report of the device and parameters that would be removed.

Instructions

Remove a device from a track device chain. Requires confirm=True.

When confirm=False, reports device details and parameter count that would be removed.

Args:
    track: Track index in song.tracks.
    device: Device index within track chain.
    confirm: Confirmation flag required to execute deletion.

Returns:
    Dictionary reporting deletion status or pending loss report.

Note:
    Deleting a device shifts subsequent device indices down by one.
    Measured 2026-08-30 against Live 12.4.5: Devices can be reordered via song.move_device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYes
deviceYes
confirmNo

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.4/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and excels: it discloses the destructive gate (confirm=True), the dry-run reporting mode (confirm=False reports device details and parameter count), the side effect that subsequent device indices shift down by one, and even the Live 12.4.5 measurement date. This is exactly the behavioral context an agent needs before invoking a destructive operation.

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 action and the critical confirm requirement are front-loaded in the first two sentences, followed by scannable Args/Returns/Note sections. Each element — the index-shift warning, the pending-loss-report return, the version measurement — earns its place, and the whole description stays under roughly 100 words.

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?

For a three-parameter destructive tool with no annotations and an output schema present, the description is essentially complete: action, safety protocol, all parameter semantics, return summary ('Dictionary reporting deletion status or pending loss report'), post-deletion side effect, and an alternative operation. The output schema covers the return structure, so the slightly cryptic 'pending loss report' phrase is an acceptable summary rather than a gap.

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%, but the Args section fully compensates: track is mapped to 'Track index in song.tracks', device to 'Device index within track chain', and confirm to 'Confirmation flag required to execute deletion.' Every parameter receives domain meaning beyond its raw type, and the confirm default-of-false interacts correctly with the stated 'Requires confirm=True' behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb-resource pair — 'Remove a device from a track device chain' — and the 'device chain' scoping distinguishes it from sibling deletes like delete_clip and delete_track. It stops short of 5 because the phrasing closely mirrors the tool name itself, so the clarity leans partly on the function name rather than on original framing.

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 confirm=True requirement plus the explain-confirm=False-preview behavior imply a two-phase safe-usage pattern, and the note that devices can be reordered via song.move_device hints at an adjacent alternative. However, there is no explicit when-to-use versus when-not-to-use statement, and the move_device note covers reordering, not a competing deletion path.

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