Skip to main content
Glama

live_import_audio

Import an audio file into a Live project and create an audio clip on a given track, optionally placing it in a session scene or on the arrangement at a start time.

Instructions

Import an audio file into the Live project and create an audio clip. If scene_index is given, places the clip in that session slot; otherwise places it on the arrangement at start_time. Requires the .ablx extension bridge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
durationNo
file_pathYes
is_warpedNo
start_timeNo
scene_indexNo
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions the import and clip creation, and the .ablx extension dependency. However, it fails to disclose what happens on failure, whether the operation is destructive, or any required permissions. This is insufficient for a mutation tool.

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?

The description is two sentences, front-loaded with the main purpose and followed by placement logic. It is concise with no redundant information. However, it could be slightly improved by adding a brief note about the output or the optional parameters without becoming verbose.

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

Completeness2/5

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

Given 7 parameters, 0% schema coverage, and an output schema that is not described, the description is incomplete. It covers core functionality but omits many parameter semantics, output details, and error handling. A more complete description would address these gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should explain all parameters. It only clarifies scene_index and start_time implicitly, but does not describe confirm, duration, is_warped, or file_path (other than requiring .ablx). This leaves significant gaps for an agent to understand parameter usage.

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 clearly states the tool imports an audio file into a Live project and creates an audio clip. It specifies placement behavior based on scene_index, which helps differentiate from other clip creation tools. However, it does not explicitly distinguish from all sibling tools, but the verb+resource combination is specific.

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 provides conditional guidance on placement (session vs arrangement), which is useful. However, it lacks explicit when-to-use or when-not-to-use advice, nor does it mention alternatives or prerequisites like track existence. The guidance is implied but not comprehensive.

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/bassDaddyDevices/ABLE-MCP'

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