Skip to main content
Glama

render_image

Render the current frame to an image file, using the scene output path or a specified filepath for saving.

Instructions

Render the current frame to an image file. Uses scene output path if filepath not specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must disclose behaviors. It does disclose that it uses the scene output path when filepath is not specified, which is a useful fallback behavior. However, it does not mention potential side effects like overwriting files or output format, leaving gaps for a tool without annotation support.

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 redundant information. It front-loads the action and follows with a succinct usage note.

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

Completeness4/5

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

The tool has one optional parameter and an output schema, so the description covers the essential context: what it renders and what happens when filepath is omitted. It does not discuss prerequisites like camera setup, but those are likely implied. Overall, sufficient for the tool's complexity.

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

Parameters4/5

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

Schema has 0% description coverage, but the description explains that a null/unspecified filepath falls back to the scene output path, adding meaningful semantics to the parameter. It does not detail filepath format or resolution, but given only one parameter, this is adequate.

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 'Render the current frame to an image file', using a specific verb and resource. It distinguishes from siblings like render_animation and render_viewport by specifying 'current frame'.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives like render_animation or render_viewport. The 'current frame' wording implies single-frame rendering, but no exclusions or alternative guidance is provided.

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/kleer001/blender-mcp'

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