Skip to main content
Glama

render_stems

Export REAPER tracks as individual stem files by soloing each track separately. Generates track-named files in custom directories with configurable format, sample rate, and bit depth settings.

Instructions

Render each track as a separate stem file by soloing each track individually. track_indices: list of track indices, or null to render all tracks. Files are named after the track names in the output directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_directoryYes
track_indicesNo
formatNowav
sample_rateNo
bit_depthNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It successfully discloses the soloing mechanism and file naming convention ('Files are named after the track names'), but fails to mention whether solo states are restored after rendering, file overwrite behavior, or format constraints.

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?

The description is three sentences (38 words) with minimal waste. The purpose is front-loaded in the first sentence, though the second sentence uses a colon-based structure ('track_indices: list...') that reads more like schema documentation than natural language.

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?

Given the complexity of audio rendering (5 parameters, no output schema, no annotations), the description covers the core workflow but lacks critical operational details like side effects on project state, supported audio formats, or default value explanations for the three undocumented parameters.

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

Parameters2/5

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

Schema description coverage is 0%, requiring the description to compensate. It documents track_indices explicitly and implies output_directory usage, but completely omits format, sample_rate, and bit_depth parameters, leaving 3 of 5 parameters undocumented.

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 specific action ('Render each track as a separate stem file') and mechanism ('by soloing each track individually'), distinguishing it from sibling tools like render_project or render_time_selection that lack the per-track soloing approach.

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?

While the description explains the track_indices parameter ('list of track indices, or null to render all tracks'), it does not explicitly compare this tool to render_project or render_time_selection to guide when to use stems versus full mix or time-selection rendering.

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/bonfire-audio/reaper-mcp'

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