Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

create_render_node

Create a render node in Houdini using only whitelisted renderer types (ifd, opengl, karmarender) and validated parameters to ensure compatibility.

Instructions

受限创建可分类 ROP 节点(design.md §"create_render_node")。

仅允许 ``ifd`` / ``opengl`` / ``karmarender``;创建后通过同一
白名单设置参数并校验 renderer 可识别。未知 node type 整体
error。响应过 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
node_typeYes
parametersNo
parent_pathNo/out
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 and does reasonably well: it discloses the whitelist restriction, post-creation parameter validation through the same whitelist, a renderer recognizability check, and a response cap. It does not elaborate on side effects or return format, but key behavioral constraints are stated.

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 description is compact and front-loaded with the action and restriction. It could drop the design.md reference and the internal apply_response_cap note, but overall every sentence adds some useful constraint or behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, no output schema, and no annotations, the description is not sufficient for confident invocation. It lacks parameter semantics, response/return details, and only covers errors for unknown node types—not for invalid parameter values, naming, or parent_path behavior.

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 needed to compensate by explaining parameters. It only hints at allowed values for node_type and vaguely mentions 'parameters' without describing the structure of the parameters object or the meaning of name and parent_path. Most parameters remain semantically ambiguous.

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 identifies a specific action—restricted creation of classifiable ROP nodes—and enumerates the allowed node types (ifd/opengl/karmarender). This distinguishes it from generic siblings like create_node and render-related tools.

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?

It provides explicit usage boundaries: only whitelisted node types are allowed, and unknown node types cause a complete error. It does not explicitly name an alternative for unrestricted creation, but the restriction clearly implies when this tool is appropriate.

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