Skip to main content
Glama
romanstark

Ableton Maestro

delete_track

Delete a track from an Ableton Live set and renumber subsequent tracks. Preview devices, clips, and slots at risk, then confirm to execute removal.

Instructions

Delete a track and renumber subsequent tracks. Requires confirm=True.

When confirm=False, reports track name, devices, filled Session slots,
and Arrangement clips that would be removed.

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

Returns:
    Dictionary reporting deletion status or pending loss report.

Note:
    Deleting a track shifts all subsequent track indices down by one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYes
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.7/5.0
Behavior5/5

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

Annotations are absent, so the description carries full burden. It discloses the destructive action, index-shift side effect, the confirm gate, and the exact preview contents (track name, devices, filled Session slots, Arrangement clips). This is far more transparent than a bare mutation note.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well structured with Args/Returns/Note and the core action is front-loaded. Minor redundancy: 'renumber subsequent tracks' repeats in the Note, and 'Requires confirm=True' repeats in the Args.

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 destructive two-parameter tool, it covers invocation, preview behavior, return type, and side effects; the output schema fills in the exact return shape. No critical missing context remains despite the lack of annotations.

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%, yet the description fully documents both parameters: track is the index into song.tracks, and confirm is the flag that must be true to delete while false yields a loss report. It compensates for the schema's bare titles.

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?

First sentence names the exact operation and resource: 'Delete a track' and adds the side-effect 'renumber subsequent tracks'. This distinguishes it from sibling delete_clip/delete_device and leaves no ambiguity about what is acted on.

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

Usage Guidelines4/5

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

The description makes the invocation condition explicit: execution 'Requires confirm=True' and confirm=False acts as a dry-run loss report. It doesn't explicitly mention when to prefer delete_clip or delete_device, so it stops short of full alternative guidance.

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