Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

capture_sceneviewer_flipbook_views

Capture flipbook images from Houdini SceneViewer for top, front, and right views, optionally perspective. Each PNG is validated, returning per-view results and state_restored status.

Instructions

采集 SceneViewer 的 Top / Front / Right flipbook,可显式请求 Perspective。

views=None 时严格按 top、front、right 顺序采集;传入 views 时保留调用方
顺序且不允许重复或未知视图。每张图由 Houdini 内部 flipbook 生成并校验
PNG IHDR,返回结构化的逐视图结果与 state_restored 状态。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
viewsNo
save_dirNo
pane_nameNo
desktop_nameNo
fit_contentsNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains ordering guarantees (strict top/front/right when views=None; caller's order otherwise), validation (PNG IHDR check), and return structure (per-view results and state_restored). This is solid transparency, though it does not detail potential side effects or error conditions.

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 exceptionally concise, consisting of two sentences that front-load the core purpose and then immediately cover behavior and return information. Every word earns its place with no filler or repetition.

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 tool has six parameters, no annotations, and no output schema, so the description must compensate for complexity. It adequately covers the core capture behavior and views constraints but leaves parameter semantics for 5 of 6 parameters unexplained, and the return structure is only vaguely described as 'structured per-view results.' This is a minimum viable description but with clear gaps.

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?

Schema description coverage is 0%, so the description must compensate for parameter meaning. It provides detailed semantics for the 'views' parameter (ordering, duplicates, unknown views) and mentions 'Perspective' as an explicit request. However, the other five parameters (ctx, save_dir, pane_name, desktop_name, fit_contents) are completely unaddressed, leaving significant gaps.

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's function: capturing Top/Front/Right flipbook views from the SceneViewer, with an option to request Perspective. This specific verb+resource+scope distinguishes it from sibling tools like capture_pane_screenshot or render_quad_views, which target different capture mechanisms or view configurations.

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 generating standardized flipbook captures from the SceneViewer, but it does not explicitly state when this tool is preferred over alternatives or when it should be avoided. The views parameter behavior is described, but no exclusions or alternatives are mentioned, leaving the 'when to use' guidance merely implicit.

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