Skip to main content
Glama

project_import_audio

Import an audio file into the current Audacity project as a new track. Supply the absolute file path (wav, mp3, ogg, flac) to add it to your editing session.

Instructions

Import an audio file into the current project as a new track. Requires a project to already be open - use project_new or project_open first.

Args: path: Absolute path to the audio file (wav, mp3, ogg, flac, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does reveal the state requirement (open project) and acceptable audio formats, which is useful. However, it does not mention whether the operation is undoable, whether the audio file is copied or referenced, or what happens with an invalid path.

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 compact and front-loaded with the core purpose, followed by the essential prerequisite and parameter detail. Every sentence earns its place, and there is no filler.

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

Completeness4/5

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

For a one-parameter import tool with no output schema, the description covers the essential aspects: what it does, when it can be called, and what the path parameter requires. A small gap is that it does not indicate whether the command returns status information or whether the import is asynchronous, but the provided context is sufficient for correct invocation.

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 only names the parameter 'path' with no description, so the description fully compensates by explaining it must be an absolute path and listing supported formats (wav, mp3, ogg, flac, etc.). This is precisely the semantic detail an agent needs.

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 action: 'Import an audio file into the current project as a new track.' This gives a specific verb, resource, and result, and it is distinguishable from sibling tools like project_export_audio or transcribe_to_file.

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 explicitly states the critical prerequisite: a project must already be open, and it names the tools to use first (project_new or project_open). It provides clear context for when this tool is appropriate, though it does not discuss exclusions or alternative import paths.

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/xDarkzx/Audacity4-MCP'

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