Skip to main content
Glama

import_audio_file

Loads an audio file from a browser-reachable location into a Session clip slot on an audio track. Returns a clear error if the file cannot be reached via Live's browser.

Instructions

Load an audio file from disk into a Session-view clip slot on an audio track.

LIMITATION: Live's Python API cannot load arbitrary file paths directly. The file must be reachable through Live's browser — i.e., either under ~/Music/Ableton/User Library/ (always reachable) or inside a folder that's been added as a Place in Live's browser sidebar (the '+ Add Folder' button).

If the file isn't in a browser-reachable location, this returns a clear error explaining what to do. The fallback is always to drag the file into the slot manually from Finder.

Parameters:

  • track_index: Audio track to load into (must be an audio track)

  • clip_index: Empty Session-view clip slot index

  • file_path: Absolute path to the audio file (.wav, .aif, .mp3, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
clip_indexYes
track_indexYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a major limitation (Live's API cannot load arbitrary paths) and specifies that a clear error is returned if the file isn't reachable. It also clarifies that track_index must be an audio track and clip_index must be empty. This adds meaningful behavioral context, though it doesn't cover all edge cases like overwriting behavior.

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 well-structured: a clear lead sentence, a highlighted limitation callout, a fallback statement, and a parameter list. Every sentence adds necessary information with no fluff.

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 3-parameter tool with no annotations and no output schema, the description is complete. It covers purpose, limitations, error handling, and parameter semantics, giving an agent sufficient guidance to select 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 has no descriptions (coverage 0%), so the description must compensate. It does so thoroughly: track_index is described as 'Audio track to load into (must be an audio track)', clip_index as 'Empty Session-view clip slot index', and file_path with supported formats (.wav, .aif, .mp3, etc.). This fully covers parameter meaning.

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 function: 'Load an audio file from disk into a Session-view clip slot on an audio track.' This uses a specific verb ('Load') and identifies the resource and target, distinguishing it from siblings like load_instrument_or_effect and create_clip.

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?

It provides clear context for when the tool works: the file must be in a browser-reachable location, and it explains the error/fallback behavior. No explicit alternatives are named, but no sibling tool directly replaces this functionality, so exclusions are not essential.

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/farmhutsoftwareteam/ableton-mcp-extended'

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