Skip to main content
Glama

render_project

Destructive

Renders a REAPER project to a WAV or MP3 file. Specify output path and optional format.

Instructions

Headless render to WAV/MP3 (RENDER_FILE + format/bounds + Main_OnCommand(41824)).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_pathYes
fmtNowav

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already indicate destructiveHint=true. The description adds that it performs a headless render but does not disclose what is destroyed (e.g., overwritten files) or any side effects. Minimal added value beyond annotations.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but it includes cryptic references (Main_OnCommand(41824)) that reduce clarity. It could be restructured to be more accessible.

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

Completeness2/5

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

Given the destructive hint and lack of parameter explanations, the description omits important context like file overwriting behavior, prerequisites (e.g., open project), or what the output schema contains. An output schema exists but its content is not leveraged in the description.

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

Parameters1/5

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

Schema description coverage is 0%. The description mentions 'format/bounds' but bounds is not a parameter, and it does not explain out_path or fmt. No parameter descriptions are provided, leaving the agent to infer from names only.

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 states 'Headless render to WAV/MP3', clearly indicating the action (render) and output formats. The technical details suggest it renders the entire project, distinguishing it from sibling tools like render_stems. However, the jargon may obscure clarity for some agents.

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?

No explicit guidance on when to use this tool vs alternatives like render_stems or render_and_audit. The description provides no context for choosing this tool over siblings.

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/mal0ware/Orpheus'

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