Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

link_parameters

Create genuine references between Houdini parameters by linking source and target paths (node_path.parm_name) with Parm.set or setExpression, ensuring real cross-parm connections.

Instructions

建立 parm 之间的真实引用(add-node-parameter-vex-tools,MUTATING)。

使用 ``Parm.set(Parm)`` / ``setExpression()`` 建跨 parm 引用;
不用 channel alias 冒充。``source`` / ``target`` 形式
``node_path.parm_name``。响应过 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
sourceYes
targetYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the operation is 'MUTATING' and describes the underlying implementation (Parm.set(Parm)/setExpression()), plus notes that responses go through 'apply_response_cap'. However, it does not disclose side effects, reversibility, or required permissions, leaving gaps in transparency.

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 extremely concise, with the core purpose front-loaded in the first sentence. Every sentence adds meaningful information (purpose, method, parameter format, response cap) without 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 only 3 parameters and no output schema, so the description provides the essential purpose, parameter format, and a note on response handling. However, the 'ctx' parameter is left unexplained, and return values/error behavior are not mentioned, leaving some contextual gaps for an agent to fully invoke the tool correctly.

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 input schema has no descriptions (0% coverage). The description explains the format for source and target ('node_path.parm_name') but does not explain 'ctx'. This partially compensates for the schema gap but leaves one parameter undefined.

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 purpose: '建立 parm 之间的真实引用' (establish real references between parms). It specifies the method (Parm.set(Parm)/setExpression()) and distinguishes itself from alternatives by explicitly rejecting channel aliases ('不用 channel alias 冒充').

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?

The description provides usage context by indicating this is for creating cross-parm references and advises against using channel aliases as a substitute. However, it does not explicitly name alternative tools (e.g., set_expression) or state when not to use this tool, so guidance is present but not fully explicit.

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