Skip to main content
Glama

clone_object

Duplicate an existing object to a new prim path, optionally setting its position. Use to create copies of scene assets with specified target paths.

Instructions

Duplicate an existing object to a new prim path.

Args: source_path: Prim path of the object to clone. target_path: Prim path for the cloned object. position: [x, y, z] position for the clone. Keeps original position if not set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionNo
command_idNo
source_pathYes
target_pathYes
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It states the core behavior (duplication) and one behavioral nuance (position is retained if not set), but does not disclose other relevant traits such as whether target_path must be unused, whether the clone is deep or shallow, or what happens on conflict.

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 well-structured: a one-sentence summary followed by a scannable argument list. Every line adds value, and the key behavior is front-loaded.

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?

For a simple clone operation with only two required parameters, the description is largely complete: it defines the source and target paths and the optional position behavior. The unexplained command_id and idempotency_key are a minor gap, but an output schema exists and these are likely standard platform parameters.

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 has 0% description coverage, so manual documentation is essential. The description meaningfully explains three parameters (source_path, target_path, position), including the default behavior for position. However, command_id and idempotency_key are left unexplained, leaving part of the schema undocumented.

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 opens with a specific verb and resource: 'Duplicate an existing object to a new prim path.' This clearly identifies the operation and distinguishes it from siblings like create_object, delete_object, and transform_object, even without naming them.

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?

Usage context is implied rather than explicit. The summary makes it clear that this tool is for duplicating an existing prim, but it does not state when to prefer it over alternatives like create_object, nor does it give exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Tim0320/IsaacSim-MCP'

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