Skip to main content
Glama

render_from_camera

Render a still image from the active or specified camera, with customizable resolution and sample count for Cycles or EEVEE.

Instructions

Render a still from the specified (or active) camera.

Parameters:

  • camera_name: Camera to render from (uses scene active camera if omitted)

  • width: Render width in pixels (default 1920)

  • height: Render height in pixels (default 1080)

  • samples: Cycles sample count, ignored for EEVEE (default 32)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
camera_nameNo
widthNo
heightNo
samplesNo
Behavior4/5

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

With no annotations, the description adds behavioral context: camera_name defaults to active camera, and samples are ignored for EEVEE. However, it does not disclose potential side effects or return details.

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?

The description is concise with a front-loaded main sentence and a clear parameter list. Every sentence adds value with no wasted words.

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 description covers purpose and parameters well but lacks information about what the tool returns (e.g., image path or data). For its complexity, it is mostly complete.

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

Parameters5/5

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

Schema coverage is 0%, but the description compensates fully by explaining all 4 parameters, including default values, the meaning of null for camera_name, and engine-specific behavior for samples.

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 the verb 'Render' and resource 'a still from the specified (or active) camera'. It distinguishes from siblings like 'render_all_cameras' and 'capture_viewport_angle' by focusing on a specific camera.

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 implies usage for rendering from a specific camera but lacks explicit guidance on when to use it versus alternatives or when not to use it. No exclusions or alternatives are mentioned.

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/naab007/blender_mcp'

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