Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

render_specific_camera

Render a Houdini scene from a specified camera path and return structured data: renderer, image path, and file size.

Instructions

IMPORTANT (fork-render-policy-redirect-and-consent):
    在用户机 H21 缺 OGL 3.3 环境下,本工具的 opengl renderer 已被 fork
    强制 redirect 到 ``capture_pane_screenshot(SceneViewer)``;karma_cpu
    / karma_xpu 需带 ``consent_token`` 重调。详见 ``_render_policy.py``。

Render from a specific camera path in the Houdini scene.

Returns a structured dict (renderer / image_path / size_bytes) instead
of a string. See render_single_view docstring for the dict-vs-str
Pydantic background.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
camera_pathYes
render_pathNoC:/temp/
karma_engineNocpu
consent_tokenNo
render_engineNoopengl
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses important behavioral traits: the rendering path can be redirected to capture_pane_screenshot under certain conditions, karma engines require consent_token, and the return value is a structured dict rather than a string. These are non-obvious behaviors that help the agent anticipate side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately sized but structurally disjointed. It starts with a prominent Chinese 'IMPORTANT' note, then a one-line English purpose, and a return-type sentence. Each part has value, but the mix of languages and abrupt topic shifts makes it less clean. It could be better organized without losing content.

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?

Given 5 parameters, no annotations, and no output schema, the description covers the core purpose, return type, and environment-specific redirect behavior. However, it leaves gaps: render_path is not explained, return keys are listed but not elaborated, and no examples are given. It references an external docstring for additional background, which is a slight completeness gap.

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

Parameters3/5

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

Schema coverage is 0%, but the description adds meaning to several parameters: 'specific camera path' maps to camera_path, mentions opengl renderer (render_engine), karma_cpu/karma_xpu (karma_engine), and consent_token. However, render_path is not mentioned, and parameter value formats/defaults are left to the schema. It partially compensates for the lack of schema descriptions but not fully.

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?

Purpose is clearly stated: 'Render from a specific camera path in the Houdini scene.' This is a specific verb+resource combination. It also differentiates from sibling render_single_view by explicitly noting that it returns a structured dict instead of a string, making the tool's unique role clear.

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

Usage Guidelines4/5

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

Usage context is provided: rendering from a specific camera path. The description also gives environment-specific guidance (H21 lacking OGL 3.3) and warns that karma_cpu/xpu need consent_token, implying when to adjust engine/token usage. It references render_single_view for dict-vs-str background, which hints at alternative selection criteria.

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/ChengZiiii/opera-houdini-mcp'

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