Skip to main content
Glama

Boost Audio - Vocal Remover

boost_audio_vocal_remover

Separate vocals from instrumental in MP3/WAV using Boost Audio AI. Use this when the user wants to isolate vocals (acapella) or get an instrumental version of a song.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_urlNoOptional public URL to an audio/video file. If omitted, the user uploads the file in the rendered widget.
file_nameNoOriginal file name. Required when audio_base64 is provided.
file_typeNoOriginal mime type. Required when audio_base64 is provided.
file_tokenNoToken for a pre-uploaded large file (>22 MB). Obtained from POST /widget-api/upload-raw. Used instead of audio_base64 for large files.
audio_base64NoOptional base64-encoded audio file payload. Used by the widget when the host iframe blocks CORS fetches.

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description doesn't need to restate that this is a non-destructive processing operation. The description adds that it uses 'Boost Audio AI,' which hints at AI-based processing, but it doesn't disclose important behavioral traits such as what the output format is, whether processing is asynchronous, or any file size/format limitations. Thus, it adds only marginal transparency beyond the annotations.

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 two efficient sentences with no filler. It front-loads the core action ('Separate vocals from instrumental') and follows with a clear use case. Every word earns its place, making it an excellent example of conciseness.

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

Completeness3/5

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

While the schema and annotations provide some context (e.g., widget-based upload, safety profile), the description omits what the tool returns. With no output schema, the agent doesn't know if the result is a download link, two separate tracks, or a widget update. For a processing tool like this, that missing output specification leaves the description incomplete.

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

Parameters3/5

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

The input schema has 100% coverage with detailed descriptions for all five parameters (audio_url, file_name, file_type, file_token, audio_base64), so the schema already explains parameter semantics. The description contributes no additional parameter-level insight, leaving the baseline at 3.

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 states the tool's function: 'Separate vocals from instrumental in MP3/WAV using Boost Audio AI.' It specifies the resource (vocals/instrumental) and format, and the use case ('isolate vocals or get an instrumental version') helps distinguish it from generic audio tools. However, it does not explicitly mention alternatives like boost_audio_stem_splitter for multi-stem separation, so it falls short of a perfect 5.

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 an explicit when-to-use instruction: 'Use this when the user wants to isolate vocals (acapella) or get an instrumental version of a song.' This is clear and actionable. But it lacks when-not-to-use guidance or alternatives, such as suggesting a stem splitter for more granular separation, so it doesn't reach the highest bar.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a unique audio processing task (e.g., BPM/key detection, format conversion, stem splitting) with no functional overlap, ensuring agents can easily distinguish between them.

Naming Consistency5/5

All tool names follow a strict `boost_audio_verb_noun` pattern in snake_case, providing a predictable and clean naming convention across the entire set.

Tool Count5/5

With exactly 8 tools, the server is well-scoped for an audio processing domain—comprehensive enough to cover key tasks without being overwhelming or sparse.

Completeness4/5

The tools cover essential audio operations (conversion, extraction, generation, splitting, trimming, etc.), but a merging or concatenation tool is missing, leaving a minor gap.

Resources