Skip to main content
Glama

connect_nodes_batch

Batch-connect multiple node pairs in Houdini by specifying source paths, destination paths, and input/output indices for each connection.

Instructions

Connect multiple node pairs at once. Each: {src_path, dst_path, dst_input_index, src_output_index}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionsYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only mentions what the tool does (connects node pairs) but does not disclose error handling behavior, whether the operation is atomic, what happens on partial failure, or any prerequisites (e.g., whether source and destination nodes must already exist). This is a significant gap for a mutation tool.

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 compact and front-loaded: a single sentence with a clear action and a concise specification of the item structure. No unnecessary words or repetition of schema fields.

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 involves a batch operation with a nested object array, and there are no annotations or output schema. The description provides the basic semantics but omits critical context such as return values, error handling, ordering guarantees, or atomicity. It is minimally viable but lacks completeness for robust agent usage.

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

Parameters4/5

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

The input schema only defines 'connections' as an array of objects with no field details. The description compensates by specifying the structure of each object: {src_path, dst_path, dst_input_index, src_output_index}. This adds essential meaning beyond the schema, though it lacks type information or required-field clarification.

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: to 'Connect multiple node pairs at once.' This is a specific verb (connect) with a clear resource (node pairs) and distinguishes from the sibling tool 'connect_nodes' by emphasizing the batch nature ('multiple', 'at once').

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 implies when to use this tool (for multiple connections) versus the singular 'connect_nodes' sibling, but it does not explicitly state alternatives or exclusions. The context is clear enough for an agent to infer the batch use case, but no explicit when-not guidance is provided.

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/JTCHE/houdini-mcp'

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