Skip to main content
Glama

Duplicate a network

duplicate_network

Clone a node or complete COMP with all its contents to the same or a different parent path. Returns both source and new copy paths for easy network duplication.

Instructions

Copy a node or whole COMP (and all its contents) to a new node, placed in the source's parent or another parent_path. Returns the source path and the new copy's path. Use duplicate this way to clone a built network; use create_container instead when you just need a fresh empty COMP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the copy (auto-generated if omitted).
parent_pathNoWhere to place the copy (defaults to the source's parent).
source_pathYesPath of the node/COMP to duplicate.
Behavior4/5

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

Annotations already signal readOnlyHint=false and destructiveHint=false. The description adds useful behavioral details: it returns the source path and new copy's path, and copies contents. This exceeds what annotations provide, though it does not describe side effects or naming rules.

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 action, and includes usage guidance without redundancy. Every sentence adds value, and it is highly efficient.

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 description covers the core operation, return value, and usage context, and clarifies the distinction from a sibling tool. It does not mention error cases or naming behavior, but given the tool's modest complexity and lack of output schema, it is reasonably complete.

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?

Schema coverage is 100%, so the schema documents all three parameters. The description reinforces the meaning of parent_path ('placed in the source's parent or another parent_path') but does not add new semantic detail beyond the schema. Baseline 3 is appropriate.

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 copies a node or COMP and all its contents to a new location, and specifies the placement (source's parent or another parent_path). It also distinguishes itself from create_container, making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly indicates when to use this tool ('to clone a built network') and provides an alternative ('use create_container instead when you just need a fresh empty COMP'). This gives clear guidance on selecting the right tool.

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