Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

set_viewport_display

Control the Houdini viewport rendering by setting display set and shaded mode, allowing quick switching between visualization states for scene inspection.

Instructions

设置 viewport display set + shaded mode(add-viewport-control-tools,NO_UNDO)。

两个值均为 design.md D2 白名单 token;不接受反射式 setter
或不存在枚举。仅 UI/view 写,**不**进 undo group。响应过
server 端 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
display_setYes
shaded_modeYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly mentions NO_UNDO (not entering the undo group), 'only UI/view write', whitelist token constraints, and response cap handling. This is substantial transparency, though it omits error handling or exact return details.

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 concise, front-loaded with the purpose, and packs essential behavioral constraints into a few sentences without redundant information. Each sentence contributes value.

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?

For a simple setter with three string parameters and no output schema, the description covers purpose, key constraints, and side effects. It lacks usage context and error behavior, but the simplicity of the tool and the disclosed constraints make it reasonably complete.

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?

The schema provides only parameter names with 0% coverage. The description adds that display_set and shaded_mode must be whitelist tokens and that reflective setters/non-existent enums are rejected, but it doesn't explain the meaning of each parameter or provide allowed values. ctx remains entirely unexplained. It partially compensates but leaves 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 it sets the viewport display set and shaded mode, using a specific verb and resource. This distinguishes it from sibling tools like set_viewport_camera and set_viewport_direction, which target different aspects of viewport control.

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 does not explicitly say when to use this tool versus alternatives like set_viewport_camera or set_viewport_renderer. It implies usage for viewport display via the purpose, but lacks exclusions, prerequisites, or alternative comparisons.

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