Skip to main content
Glama

project_open

Open an Audacity 4 project from a specified .aup4 file path, enabling audio editing and processing.

Instructions

Open an existing Audacity project file (.aup4 - Audacity 4's native format; .aup3 files are Audacity 3 format and will trigger an interactive conversion prompt in the app, which is not safe to trigger over MCP).

Args: path: Absolute path to the .aup4 project file

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.1/5.0
Behavior4/5

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

With no annotations, the description takes on the disclosure burden. It surfaces a genuinely important behavior: .aup3 inputs cause an interactive conversion prompt that is unsafe to trigger over MCP. It doesn't detail what happens to the current project on open, but the main safety-relevant trait is disclosed.

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 tight and front-loaded: the core action and format appear first, followed by a necessary safety warning, then one-line argument documentation. 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 open tool, the description covers the essential invocation detail (absolute .aup4 path) and the major edge case (.aup3 conversion prompt). It does not describe return values or whether the current project is replaced, but that is less critical for making the call.

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

Parameters4/5

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

Schema description coverage is 0%, and the description compensates by specifying that 'path' must be an absolute path to a .aup4 file. It also implies the file must exist ('existing'), adding meaning beyond the bare string schema.

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 specifies the action ('Open'), the resource ('existing Audacity project file'), and the supported format ('.aup4'), which is unambiguous. It does not explicitly name a sibling alternative, but the format and 'existing' wording set it apart from project_new and project_import_audio.

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 a concrete when-not: .aup3 files must not be used because they trigger an interactive conversion prompt unsafe for MCP. It does not explicitly route to an alternative tool, so it stops short of a full usage-guide comparison.

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