Skip to main content
Glama

Create node chain

create_node_chain

Create multiple nodes under a parent COMP and optionally wire them in sequence. Returns all created paths; if a step fails, it stops and reports partial progress without deleting anything.

Instructions

Create multiple nodes and (optionally) connect them in sequence. Returns all created paths; on failure it stops and reports partial progress without deleting anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodesYesOrdered list of nodes to create.
parent_pathYesParent COMP to create the chain inside.
connect_sequentiallyNoWire output[0] → input[0] for each consecutive pair.
Behavior4/5

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

Beyond the annotations (non-read-only, non-destructive), the description discloses that on failure it stops and reports partial progress without deleting anything, and that it returns all created paths. This adds valuable behavioral context about error handling and return behavior that annotations do not cover.

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 two sentences, front-loaded with the core action, and the second sentence adds critical failure/return behavior without excess. Every sentence serves a purpose, making it highly concise and well-structured.

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

Completeness4/5

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

The rich schema fully documents parameters, and the description covers failure semantics and return values, making the tool adequately specified for an agent. It lacks explicit prerequisites (e.g., parent_path must exist), but overall it is sufficient for correct invocation.

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 schema provides 100% coverage with detailed descriptions for all three parameters, including the nodes array structure, parent_path, and connect_sequentially. The tool description adds little beyond what the schema already states, only reiterating the optional connection behavior; no new parameter semantics are introduced.

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 uses the specific verb 'Create' and resource 'multiple nodes', with the optional 'connect them in sequence' clearly distinguishing it from singular create tools like create_td_node. It states exactly what the tool does and its scope, leaving no ambiguity about its purpose.

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 usage when creating a chain of nodes, but it does not explicitly state when to use this tool over alternatives like create_td_node or connect_nodes. No exclusions or alternative tool references are provided, leaving the usage context somewhat implicit.

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