Skip to main content
Glama
rokibul-mist

rhino-mcp

by rokibul-mist

rhino_render_to_file

Render the active Rhino scene to an image file, configuring resolution, samples, and transparency, then save to the specified output path.

Instructions

Execute the configured render and write the result to output_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

The annotation readOnlyHint=false indicates this is not a read-only operation, and the description transparently states that it writes a result to output_path. That is consistent with the annotation and adds a concrete side effect. However, it does not disclose whether the file will be overwritten, whether the render is blocking, or what happens if no render is configured. The description is not misleading but incomplete on behavioral details.

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 sentence and front-loads the primary action and destination. It is concise and easy to parse. It loses a point because 'configured render' is vague and the sentence does not expand on any context, but for its length it is well structured.

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 that this is a side-effect-producing render tool with optional parameters and an output schema, the description is too thin. It does not explain the rendering workflow, what 'configured' implies, when the optional parameters override the configuration, or how it relates to render setup tools. The agent is left to infer important preconditions and behavior from names and schema alone.

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?

With schema description coverage at 0% and multiple parameters (width, height, samples, output_path, transparent_background) nested inside the args object, the description must compensate but does not. It only mentions output_path, ignoring the optional parameters and their meaning. The schema provides a description for output_path only, and the description adds no additional semantics for the other fields.

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 uses an active verb ('Execute') with a clear resource ('the configured render') and destination ('write the result to output_path'). It distinguishes itself from preview-style siblings by explicitly stating output to a file. However, it does not explicitly reference sibling tools or clarify what 'configured render' means, so it is clear but not strongly differentiated.

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 gives no guidance on when to use this tool versus alternatives such as rhino_render_preview, rhino_render_viewport, rhino_view_capture_to_file, or rhino_screenshot. There is no mention of prerequisites like setting up render settings, nor any exclusions or alternative routing. An agent must infer the intended use solely from the tool name and sibling information.

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