Skip to main content
Glama

render_time_selection

Render specific time ranges from REAPER projects to audio files. Configure start and end times, output format, sample rate, bit depth, and destination path for targeted exports.

Instructions

Render a specific time range of the project to a file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathYes
startYes
endYes
formatNowav
sample_rateNo
bit_depthNo
channelsNo
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It fails to mention file overwrite behavior, whether the operation is blocking/synchronous, or that it performs audio export (implied but not stated). No mention of units for the time range parameters.

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 a single, efficient sentence with no filler. Every word conveys essential information about the operation. While brevity is achieved, the extreme conciseness contributes to information gaps given the lack of schema descriptions.

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?

For a 7-parameter audio export tool with complex audio settings (bit depth, sample rate) and no schema descriptions, the description is inadequate. It omits critical context: time units for start/end, supported audio formats, and whether the tool returns the file path or status.

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 coverage is 0%, requiring the description to compensate. It conceptually maps 'specific time range' to start/end and 'to a file' to output_path, but provides no information about units (seconds vs. bars), valid format strings, or the audio-specific nature of the optional parameters (sample_rate, bit_depth, channels).

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 the core action ('Render'), the scope ('specific time range'), and the output ('to a file'). However, it does not explicitly distinguish from siblings like 'render_project' (full timeline) or 'render_stems' (track-specific), though 'specific time range' implies a subset operation.

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 guidance provided on when to use this versus 'render_project' or 'render_stems'. No mention of prerequisites like transport state or whether the project must be saved first. The agent must infer usage from the parameter names alone.

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