Skip to main content
Glama

suno_all_stems_music

Separate a song into individual audio tracks for vocals, bass, drums, and other instruments for remixing or analysis.

Instructions

Separate a song into all individual stems (vocals, bass, drums, other instruments).

Splits the audio into multiple separate tracks for all components,
providing more granular stem separation than suno_stems_music.

Use this when:
- You need full multi-track stem separation
- You want individual instrument tracks for remixing
- You need bass, drums, and other instrument tracks separately

Returns:
    Task ID and all stem separation results with individual track URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_idYesID of the audio to separate into all individual stems.
callback_urlNoWebhook callback URL for asynchronous notifications.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the return structure (Task ID and results with URLs) but does not clarify whether the operation is synchronous or asynchronous, or any prerequisites (e.g., audio format). Since no annotations are provided, the description carries the full burden but only partially covers behavioral traits.

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 (four short paragraphs) and well-structured with clear sections: action statement, comparison, usage scenarios, and return info. Every sentence adds value, and there is no redundancy or fluff.

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?

The description covers the tool's purpose, usage guidance, and return values. It distinguishes from a sibling tool. However, given the complexity of audio processing, it could mention supported formats or file size limits to be fully self-contained. Still, it is largely complete for an agent.

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 already provides clear descriptions for both parameters (audio_id and callback_url). The description adds context about the overall function but does not enhance parameter meaning beyond the schema. With 100% schema coverage, a baseline score of 3 is appropriate.

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 clearly states the action ('Separate a song into all individual stems') and explicitly lists the components (vocals, bass, drums, other instruments). It also distinguishes itself from the sibling tool 'suno_stems_music' by noting it provides more granular separation.

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?

The description includes a 'Use this when' section with three specific scenarios, making it easy for an agent to determine when to invoke this tool. It implicitly contrasts with the less granular 'suno_stems_music' by stating it provides more granular separation.

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/AceDataCloud/SunoMCP'

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