Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

hda_create

Create a Houdini Digital Asset (HDA) from a node. After verifying node compatibility, generate the asset with given name and save to target path.

Instructions

从节点创建 HDA(add-hda-management-tools,MUTATING)。

先 ``canCreateDigitalAsset()``,再
``createDigitalAsset(name=, hda_file_name=, description=)``。
``label`` 可选,作为 description。响应过 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
labelNo
node_pathYes
save_pathYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the operation is mutating and outlines the internal validation and creation calls, plus a response cap via apply_response_cap. However, it does not mention permissions, reversibility, or failure behavior when canCreateDigitalAsset() returns false.

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 short but information-dense, with a clear purpose statement and code-like steps. It is well-structured and front-loaded, though the parenthetical '(add-hda-management-tools, MUTATING)' adds context without excessive length.

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 the main workflow but lacks details about return values, error handling, or prerequisites beyond the canCreateDigitalAsset check. With no output schema, the response format is not explained, leaving the agent with an incomplete picture for a create operation.

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?

The schema has 0% description coverage, so the description must explain parameters. It explains that 'label' maps to the description parameter, but it references 'hda_file_name' which does not appear in the schema, and it does not clarify the roles of 'node_path' or 'save_path'. This creates ambiguity.

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 '从节点创建 HDA' (create HDA from node), identifying a specific verb, resource, and scope. It also labels the operation as MUTATING, distinguishing it from read-only HDA tools like hda_get or hda_list.

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 a procedural sequence (canCreateDigitalAsset() then createDigitalAsset()) but does not explicitly contrast with sibling tools such as hda_install or update_hda. There is no explicit 'when not to use' guidance, though the 'from node' phrase implies a specific use case.

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