Skip to main content
Glama
wegitor
by wegitor

render_project

Render the current REAPER project to an audio file. Specify output path, time range, sample rate, channels, and format.

Instructions

Render project to audio file.

Args: output_file: Path to output audio file start_time: Start position in seconds (optional if start_measure is provided) end_time: End position in seconds (optional if end_measure is provided) start_measure: Start position as "measure:beat,fraction" (optional if start_time is provided) end_measure: End position as "measure:beat,fraction" (optional if end_time is provided) samplerate: Sample rate in Hz (default: 44100) channels: Number of channels (default: 2) file_format: Formats available on this machine "wave" "aiff" "iso " "ddp " "flac" "mp3l" "oggv" "OggS" "FFMP" "GIF " "LCF " "wvpk"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsNo
end_timeNo
samplerateNo
start_timeNo
end_measureNo
file_formatNowave
output_fileYes
start_measureNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. It does add context by listing the supported file formats and explaining the mutual exclusivity between time and measure-based start/end parameters. However, it omits side effects (e.g., file overwriting), required project state, error behavior, and any confirmation of the render result. These gaps are notable for a tool that creates a file and may involve lengthy processing.

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 well-structured with a one-sentence purpose followed by a compact Args list. It avoids fluff and front-loads the essential information. The only minor issue is the slightly messy formatting of the file format list (trailing spaces, odd codes), but this does not detract from overall clarity.

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?

The description gives thorough parameter semantics, which is the core requirement for a render tool. However, it lacks situational context: no mention of prerequisites (like an open project), whether the output file is overwritten, or what the tool returns. Since an output schema exists, return details are covered, but the absence of annotations makes the missing behavioral context more noticeable. Overall, it is adequate but not fully complete for a tool with eight parameters and no annotation shortcuts.

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?

The schema has 0% description coverage, so the description is the only source of parameter meaning. It explains every parameter: output_file is a path, start_time/end_time are in seconds, start_measure/end_measure use 'measure:beat,fraction' format, and file_format lists all valid values. The optional relationships between time and measure parameters are clearly spelled out, going well beyond the raw schema.

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 tool's function with a specific verb and resource: 'Render project to audio file.' This uniquely distinguishes it from all sibling tools, which focus on track, item, or parameter manipulation. No ambiguity remains about what the tool accomplishes.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any exclusion criteria. While the name implies its purpose, the description does not explicitly state usage context such as 'use this to export a final mix' or mention that it is the only rendering tool. Parameter constraints are detailed, but these are parameter semantics, not usage guidelines.

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/wegitor/reaper-reapy-mcp'

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