Skip to main content
Glama

playlist_delete_clip

Deletes an audio or MIDI clip at a specified track and bar position in FL Studio, removing unwanted segments from the playlist.

Instructions

Delete the clip on a track starting at the given bar position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYes
position_barsYes
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the deletion target clearly, but it does not state whether the deletion is undoable, what happens if no clip exists at the position, or how track indices are interpreted. For a destructive tool, this is a significant gap.

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 a single action-first sentence with no filler or repetition. Every word adds meaningful information and the sentence is immediately scannable.

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

Completeness3/5

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

For a two-parameter destructive tool with no annotations and no output schema, the description is minimally adequate. It gives the core operation and target, but omits edge-case behavior, indexing conventions, and success/failure semantics, so an agent may still have to infer how to call it reliably.

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 0%, so the description must compensate. It adds some meaning by linking `track` to the track containing the clip and `position_bars` to the bar at which the clip starts. However, it does not clarify indexing conventions, units, or whether fractional bar positions are valid, so compensation is only partial.

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 names the exact operation ('Delete'), the object ('clip'), and the location criteria ('on a track starting at the given bar position'). This is specific enough to separate it from playlist_delete_marker and other playlist_* siblings.

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 intended use is implied by the verb and object: an agent should call this when it needs to delete a clip at a known track and bar position. However, there is no explicit guidance about alternatives, prerequisites, or when not to use this tool.

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

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/marconadas/MacFLStudioMCP'

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