Skip to main content
Glama

render_score

Render a RON score to a deterministic WAV mix. Optionally run embedded verify assertions for accuracy checking.

Instructions

Render a cochlea RON score (the declarative tick/track/note/automation IR) to a deterministic WAV mix. Use this to turn a composed score into audible PCM before probing or inspecting it. Set verify=true to also run the score's embedded verify: assertions and get the pass/fail report back in the same call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verifyNoRun the score's embedded verify: assertions after rendering and include the report; the tool call reports isError:true if verification fails. Default false.
out_pathYesWhere to write the rendered mix (32-bit float stereo WAV).
stems_dirNoOptional directory to also write one WAV per track (created if missing).
score_pathYesPath to a RON score file (data form version 1).
Behavior4/5

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

Discloses key behaviors: deterministic output, optional verification with pass/fail report, and error signaling via isError:true. No annotations, so description carries full burden. Does not mention side effects or permissions, but covers core behaviors well.

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?

Two sentences, no fluff. First sentence defines purpose, second gives usage guidance. Highly efficient.

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?

No output schema, so description should clarify return structure. Mentions verify report but overall return value is vague. Could explain default return or error conditions. With 4 parameters and no output schema, more detail would improve completeness.

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?

Schema coverage is 100% with clear descriptions for each parameter. The description adds context for verify but does not significantly enhance understanding beyond schema. Baseline 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?

Clearly states it renders a cochlea RON score to a deterministic WAV mix. The verb 'render' and resource 'RON score' are specific. Differentiates from siblings like lint_score, probe_audio, and spectrogram by specifying the action and output.

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

Usage Guidelines4/5

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

Explicitly says to use before probing or inspecting, providing a clear use case. Mentions verify option for assertions. Lacks explicit when-not-to-use or alternative tools, but the context is sufficient.

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/richer-richard/cochlea'

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