Skip to main content
Glama

Connect Houdini Engine bridge

connect_houdini_engine_bridge

Creates a Houdini Engine handoff scaffold including HDA manifests, parameter maps, cook-status ingest, and geometry cache notes for TouchDesigner networking.

Instructions

Create a Houdini Engine/HDA/cache handoff scaffold with HDA manifests, parameter maps, cook-status ingest, and geometry cache notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.houdini_engine_bridge
activeNo
hda_fileNo./houdini/show_asset.hda
server_urlNows://127.0.0.1:9876
parent_pathNoParent COMP for the Houdini bridge./project1
asset_formatNobgeo
cache_folderNo./houdini/cache
handoff_modeNofile_watch
receive_portNo
parameter_countNo
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, and the description's 'Create' aligns with a write operation. It adds useful context by listing what is scaffolded (manifests, parameter maps, cook-status ingest, cache notes). However, it does not disclose potential network behavior implied by server_url and receive_port parameters, nor does it describe side effects or prerequisites, so transparency is only partially addressed beyond annotations.

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 a single sentence with no fluff, effectively using a list of technical components. However, it is dense and jargon-heavy, which can obscure rather than clarify. Overall, it is appropriately sized for the information it contains.

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

Completeness2/5

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

This is a complex tool with 10 parameters, no output schema, and only 20% parameter documentation. The one-sentence description does not explain the scaffold's behavior, how to use it, or what the parameters control. It is inadequate for an agent to correctly select and invoke the tool in diverse scenarios.

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

Parameters1/5

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

Schema description coverage is only 20% (only 2 of 10 parameters have descriptions), and the tool description does not mention any parameter names, meanings, or relationships. It adds no value beyond the minimal schema defaults, leaving the agent with little guidance on how to set parameters like asset_format, handoff_mode, or receive_port.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific verb ('Create') and resource ('Houdini Engine/HDA/cache handoff scaffold') and lists concrete components (manifests, parameter maps, cook-status ingest, cache notes). It distinguishes itself from sibling 'connect' tools by focusing on scaffold creation rather than a live bridge, though it doesn't explicitly contrast with them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives. The description implies it is for setting up a Houdini Engine handoff scaffold, but does not mention when not to use it, prerequisites, or how it compares to the many other bridge and connectivity tools in the sibling list.

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/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server