Skip to main content
Glama

project_export_selection

Export only the currently selected audio as a mono 44.1kHz WAV file. Select a time range first, then provide a path in a subfolder to save.

Instructions

Export only the current selection's audio (mono, 44.1kHz WAV). Select a time range first with select_region or select_all.

MANDATORY: ALWAYS tell the user where the file will be saved BEFORE exporting. NEVER save directly to the user's home folder root - use a subfolder like Music, Documents, or Desktop.

Args: path: Absolute path for the exported .wav file overwrite: Set true to replace an existing file at that path - refused by default

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
overwriteNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses the output format, the need for a selection, mandatory user notification about save location, folder placement restrictions, and overwrite behavior ('refused by default'). It covers the key behavioral aspects an agent needs to know before invoking.

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 concise and well-structured: opening purpose, then prerequisites, then mandatory usage rules, then parameter explanations. Every sentence adds value, and the most important operational guidance (tell user about save location) is prominently highlighted.

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?

Given the low complexity (2 params, no output schema, no annotations), the description is largely complete: it covers purpose, prerequisites, key side effects (file creation, overwrite), and parameter semantics. It stops short of explaining the return value or what happens if no selection exists, but these are minor gaps for an export function.

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?

Schema description coverage is 0%, so the Args section must compensate. It clearly explains 'path: Absolute path for the exported .wav file' and 'overwrite: Set true to replace an existing file at that path - refused by default,' adding meaningful semantics beyond the raw schema types. This fully compensates for the missing schema descriptions.

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 states a clear, specific verb+resource: 'Export only the current selection's audio (mono, 44.1kHz WAV).' It identifies the exact output format and distinguishes this selection-export operation from sibling project-level exports like project_export_audio by using 'only the current selection's 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?

It explicitly instructs the prerequisite: 'Select a time range first with select_region or select_all.' This gives clear context for when to call the tool. However, it does not explicitly name alternative tools or state when not to use it, though the 'only...selection' phrasing implicitly differentiates from whole-project export.

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