Skip to main content
Glama

project_save_as

Save the current Audacity project to a new .aup3 file at a specified path. Use this tool to create backup copies or save edited projects with different names.

Instructions

Save the current project to a new .aup3 file. ONLY call when user explicitly asks. Do NOT auto-save after effects or pipelines.

Args: path: Absolute path for the new .aup3 file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Behavior3/5

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

No annotations provided, so description carries full burden. It specifies the file format (.aup3) and that it creates a new file, but omits critical behavioral details: whether it overwrites existing files at the path, and whether the active project context switches to the new file after saving (typical 'Save As' 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?

Three sentences plus Args block with zero waste. Front-loaded with purpose, followed by usage constraints, then parameter details. Every sentence earns its place.

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 single-parameter file operation with no output schema, the description adequately covers invocation constraints and parameter meaning. Missing only minor behavioral details (overwrite behavior, project context change) that would make it fully complete.

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 has 0% description coverage. The Args section compensates by specifying 'Absolute path' and the '.aup3 file' extension requirement, adding necessary constraints not present in the raw schema. Could be improved by noting if extension is auto-appended.

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?

Specific verb ('Save') + resource ('project') + format ('.aup3') + scope ('new file'). The 'save_as' semantics clearly distinguish it from sibling 'project_save' (which implies overwriting current file).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit constraints: 'ONLY call when user explicitly asks' and 'Do NOT auto-save after effects or pipelines.' Provides clear when-to-use and when-not-to-use guidance without ambiguity.

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/Audacity-MCP'

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