Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

create_material_network

Create a material network (matnet) under a specified parent, validating that the parent exists, is unlocked, and supports SOP nodes. Provides structured error handling for invalid parents.

Instructions

在 parent 下创建 matnet(add-scene-context-selection-materials,MUTATING)。

验证 parent 存在、未锁定、childTypeCategory 为 Sop 后调
``createNode("matnet", name)``;错误结构化区分
``parent_not_found / parent_locked / unsupported_parent_
category / node_type_unavailable``。此 tool 归
``MUTATING_COMMANDS``,server handler 通过
``hou.undos.group`` 入 undo group。响应过 server 端
``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
nameNomat
parent_pathYes
Behavior5/5

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

With no annotations, the description carries the full burden and does an excellent job: it discloses validation steps, structured error types, undo grouping via hou.undos.group, and the response cap. These are behavioral traits beyond basic mutation.

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 and well-structured: it leads with the core action, then details validation and error handling in a compact format. No redundant words or filler.

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?

The tool is moderately complex with no output schema, yet the description covers creation, validation, errors, undo grouping, and response handling. It lacks an explanation of ctx and the expected return value, but overall it is substantially complete for a mutation tool.

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 coverage is 0%, so the description must compensate. It implicitly references parent_path ('under parent') and name ('createNode("matnet", name)'), but completely omits context for the ctx parameter. The description does not explicitly map parameters to their roles, leaving a significant gap.

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 that the tool creates a matnet node under a specified parent, with a specific verb ('create') and resource ('matnet'). It also references the scene context selection materials, which helps distinguish it from general create_node or other material-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 Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives like create_node or create_material. It mentions MUTATING and the scene context but does not state exclusions or preferred usage scenarios.

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