Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

create_network_box

Create a network box under a specified parent node in Houdini's Network Editor, optionally grouping selected nodes into it. Missing nodes are skipped and box details are returned.

Instructions

在父节点下创建 network box(network editor 中的分组框)。

参数说明:
- parent_path: 父节点路径。
- name: 可选,box 名;缺省时由 Houdini 自动命名。
- node_paths: 可选,要包含到此 box 的节点路径列表;
  不存在的节点静默跳过,不抛错。

返回 dict 包含 path / name / nodes_in_box 三项;
父节点不存在时函数会抛 ValueError。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
nameNo
node_pathsNo
parent_pathYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that nonexistent nodes are silently skipped, that a ValueError is raised when the parent is missing, and that the return dict contains path/name/nodes_in_box. It does not mention permissions or reversibility, but the covered behaviors are meaningful for safe invocation.

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, with a clear main sentence followed by a parameter list. It avoids redundant text and includes only necessary behavioral and return information. It is appropriately sized for the tool's complexity.

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 description covers return values and error behavior well, but omits the `ctx` parameter entirely, which is required by the schema. Given no output schema or annotations, the missing context for a required parameter leaves a notable gap. Overall, the description is mostly complete but not fully self-sufficient.

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 description adds meaning to parent_path, name, and node_paths, explaining optionality and the silent-skip behavior. However, the required parameter `ctx` is entirely missing from the description, creating a critical gap since the schema provides no description for it either. This partial coverage is not fully sufficient to guide the agent.

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 explicitly states it creates a network box under a parent node, with a specific verb and resource. It distinguishes itself from sibling tools like create_node by specifying 'network box' and 'group box in network editor'. The scope is clear and unambiguous.

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 the tool is for grouping nodes in the network editor, but provides no explicit guidance on when to use it versus alternatives. It does not mention exclusions or preferred use cases relative to other tools. The usage context is inferable but not explicitly stated.

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