Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

copy_node

Copies a Houdini node to a specified destination parent, with conflict checks for category and name collisions. Optionally set a custom name for the copy.

Instructions

复制节点到 dest_parent 下(add-node-parameter-vex-tools,MUTATING)。

使用 ``hou.copyNodesTo``;预检目标 category 与同名冲突。
``name`` 可选,None 时由 hou 决定。响应过 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
nameNo
src_pathYes
dest_parentYes
Behavior4/5

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

With no annotations provided, the description carries the burden and discloses that the operation is MUTATING, uses hou.copyNodesTo, and pre-checks category and name conflicts. However, it does not specify conflict outcomes (error vs rename) or required permissions, leaving some gaps.

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, with the core action front-loaded in the first clause and supporting details in short subsequent sentences. It includes extra identifiers like the tool category but remains focused and free of unnecessary elaboration.

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 tool has 4 parameters and no output schema; the description covers the main action and some behavior (mutating, pre-checks, name handling) but leaves out return format, error handling, and the role of ctx. It is adequate for basic use but not fully complete for a mutation tool.

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 for the 'name' parameter by noting it is optional and that None defers to hou, and it implies dest_parent is the target parent. It does not explicitly describe src_path or the ctx parameter, leaving them to be inferred from parameter names alone.

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 primary action: '复制节点到 dest_parent 下' (copy node to under dest_parent), which provides a specific verb, resource, and destination. It distinguishes from sibling move_node by explicitly using 'copy', making the purpose 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 use for copying nodes but does not explicitly contrast with alternatives like move_node or create_node, nor does it state prerequisites or exclusions. It mentions pre-checks for category and name conflicts, which hints at behavior but not usage context.

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