Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

render_single_view

Renders a single view in Houdini and returns structured result with image path, size, and renderer info.

Instructions

IMPORTANT (fork-render-policy-redirect-and-consent):
    在用户机 H21 缺 OGL 3.3 环境下,本工具的 opengl renderer 已被 fork
    强制 redirect 到 ``capture_pane_screenshot(SceneViewer)``(不再
    触发 opengl output node 链路,避免 Houdini 主线程死锁);karma_cpu /
    karma_xpu renderer 需带 ``consent_token`` 重调,token 在首次调用返
    回的 ``_interrupt`` 字段中获得。详见 ``_render_policy.py``。

Render a single view inside Houdini and return a structured result dict.

Returns a dict (carrying renderer / image_path / size_bytes / etc.)
instead of a string. Pydantic-typed MCP output models reject dicts
when the return annotation is `str`; this tool is the one that broke
live with `1 validation error for render_single_viewOutput / result
Input should be a valid string [type=string_type, input_type=dict]`.
Server-side always returns a dict; we forward it verbatim and only
fall back to an error envelope on exception.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rotationNo
render_pathNoC:/temp/
karma_engineNocpu
orthographicNo
consent_tokenNo
render_engineNoopengl
Behavior5/5

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

With no annotations provided, the description carries the full burden. It explicitly discloses that the tool returns a dict rather than a string, details the Pydantic validation failure that motivated this behavior, mentions server-side return behavior and error fallback, and explains the environment-specific fork redirect and consent token mechanism. This is rich behavioral context beyond the schema.

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 front-loaded with an IMPORTANT block but is verbose and includes an exact Pydantic error message and a reference to _render_policy.py. Every sentence adds some technical detail, but the structure is dense and could be more concise by separating critical usage notes from implementation details.

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?

The description covers output type, error behavior, and consent token requirements, and mentions that the result dict contains 'renderer / image_path / size_bytes / etc.' However, it lacks parameter semantics and clear usage boundaries relative to sibling render tools. For a 6-parameter tool with no annotations and no output schema, this is only partially complete.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must compensate, but it only indirectly explains karma_engine and consent_token. It does not describe rotation, render_path, orthographic, render_engine, or the meaning of their defaults. Though parameter names are somewhat self-explanatory, the lack of any schema descriptions or clarification leaves a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states "Render a single view inside Houdini and return a structured result dict." This gives a specific verb (render), resource (a single view inside Houdini), and output type. It distinguishes from siblings like render_quad_views by emphasizing "single view," though it does not explicitly name alternatives.

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 IMPORTANT block provides usage context for specific environments: on machines lacking OGL 3.3, the opengl renderer redirects to capture_pane_screenshot, and karma_cpu/karma_xpu renderers require a consent_token obtained from the first call's _interrupt field. However, it does not explicitly say when to prefer this tool over sibling render tools 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.

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