Skip to main content
Glama

create_render_node

Creates a render (ROP) node in Houdini's /out network, configuring the renderer, camera, and output file path for rendering.

Instructions

Create a new render (ROP) node in /out.

Args: renderer: Renderer type ('karma', 'opengl', 'mantra', 'rop_geometry', 'rop_alembic', 'usdrender', 'fetch', 'merge', 'rop_fbx', 'rop_gltf'). name: Node name. camera: Camera node path. output_path: Output file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
cameraNo
rendererYes
output_pathNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says the node is created in /out, but does not mention whether the renderer starts, whether name collisions are handled, what the tool returns, or any side effects beyond node creation.

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 purpose is front-loaded in one clear sentence, followed by a compact argument list. It is appropriately sized, though the 'name' line adds little value beyond the schema's parameter name.

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?

For a simple four-parameter creation tool, the description covers the purpose, location, and input semantics adequately. However, with no annotations or output schema, it leaves gaps around expected return values, failure behavior, and whether the created node is automatically rendered or cooked.

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 description coverage is 0%, and the description compensates well by listing valid renderer values and clarifying semantic roles like 'Camera node path' and 'Output file path.' Only 'name: Node name' is largely redundant with the schema.

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 states a specific verb and resource: 'Create a new render (ROP) node in /out.' This clearly identifies what the tool does and where, and distinguishes it from generic node creation or render configuration siblings like create_node or setup_render.

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?

There is no guidance about when to use this tool versus alternatives. Siblings such as setup_render, start_render, and render_node_network suggest related workflows, but the description does not explain where create_render_node fits or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools