Skip to main content
Glama

render_all_cameras

Render every camera in a scene at once and get a contact sheet with labelled results. Saves individual high-resolution renders to a directory.

Instructions

Render a still from every camera in the scene simultaneously and return a contact sheet with all results labelled by camera name.

Parameters:

  • width: Render width per camera in pixels (default 1920)

  • height: Render height per camera in pixels (default 1080)

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

  • output_dir: Directory to save individual renders (temp dir if omitted)

Returns a composited contact sheet image. Individual renders are also saved to output_dir so you can access them at full resolution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
samplesNo
output_dirNo
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that it renders all cameras simultaneously, returns a composite contact sheet, saves individual renders to a directory, and describes parameter effects (e.g., samples ignored for EEVEE). It could mention potential performance impact or if scene state is altered.

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 short, with the main purpose front-loaded in the first sentence. Each subsequent sentence adds value (parameter details, return info). 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?

Given no output schema, the description explains what is returned (contact sheet) and that individual renders are saved. It could clarify the format of the contact sheet (e.g., image file) but is otherwise sufficient for invocation.

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%, so the description adds all parameter meaning: width/height (defaults, per camera), samples (ignored for EEVEE), output_dir (temp dir if omitted). This adds significant value beyond the schema which only has names and types.

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 tool renders a still from every camera simultaneously and returns a contact sheet with labels. This distinguishes it from siblings like 'render_from_camera' (single camera) and 'capture_contact_sheet' (likely viewport-based).

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 through parameter descriptions but does not explicitly state when to use this tool over alternatives like 'render_from_camera' for single renders or 'capture_contact_sheet' for viewport captures.

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