Skip to main content
Glama

mcp_opendaw_separate_stems

Separate audio files into stems (vocals, drums, bass, etc.) using AI models like SCNet, BS-Roformer, or PolarFormer. Choose 4/6-stem, vocal extraction, deverb, drum separation, or denoise.

Instructions

Separate audio into stems using SOTA AI models — SCNet, BS-Roformer, PolarFormer.

Uses the creative-studio stem-splitter pipeline (much better than Demucs alone). Models available:

  • "ensemble": Max quality — HTDemucs FT + PolarFormer vocals + BS-Roformer (3 passes)

  • "scnet": SCNet XL — best 4-stem (drums, bass, other, vocals), SDR 10.08

  • "bs6": BS-Roformer 6-stem (bass, drums, other, vocals, guitar, piano) — fast

  • "polarformer": Best vocal extraction (vocals + instrumental), SDR 11.00

  • "dereverb": Remove reverb from vocals (dry + reverb)

  • "drumsep": Separate drums into kick/snare/toms/cymbals

  • "denoise": Clean noise from low-quality audio (128kbps MP3)

input_file: Path to audio file (absolute or relative to cwd). model: Model name from the list above. output_dir: Output directory (default: /tmp/stems).

Returns paths to separated stem files.

Example: separate_stems("suno_track.wav", model="bs6")

→ {stems: {bass: "...", drums: "...", vocals: "...", ...}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNobs6
input_fileYes
output_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description bears full burden. It describes the pipeline, models, and output format, but does not disclose potential issues like file size limits, processing time, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (purpose, model list, parameters, example). Some redundancy but overall efficient for the detail provided.

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 presence of an output schema (not shown but indicated), the description covers functionality well, including model specifics and return structure. Could mention expected file sizes or processing time.

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 coverage is 0%, yet the description thoroughly documents all three parameters (input_file, model, output_dir), including model options with specific use-case details and defaults. This fully compensates for the lack of schema descriptions.

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?

Clearly states it separates audio into stems using SOTA AI models. Lists specific models and their outputs. However, it does not explicitly differentiate from the sibling 'split_stems' tool, which may have a related purpose.

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

Usage Guidelines3/5

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

Provides model descriptions and use cases (e.g., 'best vocal extraction'), but lacks explicit guidance on when to use this tool versus alternatives like 'split_stems'. No when-not-to-use or prerequisites mentioned.

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/AMEOBIUS-team/opendaw-mcp'

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