Skip to main content
Glama

mcp_opendaw_list_clips

Read-only

List all clips (NoteClipBox, AudioClipBox, ValueClipBox) on specified tracks in a digital audio workstation's session view, returning type, index, duration, mute, label, and loop state.

Instructions

List clips (session view / clip launcher) on tracks.

Clips live on TrackBox.clips (ClipCollection). Three types:

  • NoteClipBox: MIDI clips (index, duration, mute, label, hue, triggerMode)

  • AudioClipBox: Audio clips (same + file, gain, playMode)

  • ValueClipBox: Automation clips (same + events)

unit_index: Audio unit index. track_index: Track index (-1 = all tracks on the unit).

Returns list of clips with type, index, duration, mute, label, loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unit_indexYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds significant behavioral context beyond the readOnlyHint annotation: it explains clip types, properties returned (type, index, duration, mute, label, loop), and parameter behavior. No contradiction with annotations.

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 efficiently structured: a one-line purpose statement, followed by clip type details, parameter explanations, and return list. Every sentence adds value without unnecessary verbosity.

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 the tool's simplicity and the presence of an output schema, the description covers what the tool does, parameter meanings, and return fields. It is complete for an AI agent to understand and invoke the tool correctly.

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?

The input schema provides only titles with 0% description coverage. The description fully compensates by explaining each parameter: unit_index is 'Audio unit index' and track_index is 'Track index (-1 = all tracks on the unit).' This adds essential meaning for correct invocation.

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 clearly states the tool's purpose: 'List clips (session view / clip launcher) on tracks.' It specifies the three clip types and their properties, making the resource and verb unambiguous. This distinguishes it from siblings like list_tracks or list_notes.

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 provides explicit parameter explanations, including the special case of track_index = -1 for all tracks. However, it does not explicitly discuss when not to use this tool or compare it to alternatives, though the context is clear for listing clips.

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

Install Server

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/AMEOBIUS-team/opendaw-mcp'

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