Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

assign_material

Assign a material to a Houdini geometry node at a given path, optionally scoping to a group.

Instructions

把 material_path 处的材质绑定到 geometry_path 处的几何节点。

参数说明:
- geometry_path: SOP / OBJ 几何节点路径
- material_path: 材质节点路径
- group: 可选,指定要绑定到的 group 名(如 primitive / point group);
  传 None 时整节点绑定,传具体名字时仅绑定到该 group

返回 dict 包含 geometry_path / material_path / group / success;
绑定失败时函数会抛 ValueError,bridge 不会再以 success:True 形式
静默吞错。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
groupNo
geometry_pathYes
material_pathYes
Behavior4/5

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

The description discloses important behavioral traits beyond what annotations (none provided) would cover: it specifies the return dict contents and explicitly states that binding failures raise ValueError and will not be silently swallowed as success:True. This adds transparency about error handling and return behavior, though it does not mention permissions or side effects on existing assignments.

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 well-structured: it opens with the main purpose, then lists parameter explanations in a clear, bullet-like format, and finishes with return and error behavior. Every sentence is informative and contributes to understanding the tool, with no fluff or redundancy.

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

Completeness5/5

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

The description is comprehensive for a simple assignment tool. It covers the action, all relevant parameters (except ctx), the return dict contents, and error handling semantics. Since there is no output schema, the description provides the necessary return information, making it complete for the agent to invoke and interpret results.

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

Parameters4/5

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

The schema provides only parameter names with no descriptions (0% coverage), so the description carries the full burden. It explains geometry_path and material_path as node paths, and gives detailed semantics for the 'group' parameter, including the None vs specific group behavior. However, the required 'ctx' parameter is not described at all, leaving a small 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 the tool's action: binding a material at material_path to a geometry node at geometry_path. The verb 'bind' and the specific resource paths make the purpose unambiguous, and it is distinct from sibling tools like list_materials or create_material.

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 provides clear context on how to use the tool, including optional group binding behavior and the distinction between None and a specific group. However, it does not explicitly state when to use this tool over alternatives, such as set_parameters or other material-related tools, nor does it mention any exclusions or prerequisites.

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