Skip to main content
Glama

duplicate_object

Duplicate a Blender object with optional offset, new name, and linked mesh data sharing.

Instructions

Duplicate an object.

Parameters:

  • name: Source object name

  • new_name: Name for the duplicate (auto-assigned if omitted)

  • offset: Comma-separated x,y,z displacement from original (default "0.5,0.5,0")

  • linked: If True, shares mesh data with original (instance); False = full copy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
new_nameNo
offsetNo0.5,0.5,0
linkedNo
Behavior4/5

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

Without annotations, the description takes full responsibility. It explains that the linked parameter controls whether the duplicate shares mesh data (instance) or is a full copy, and it specifies the default offset. However, it does not mention what happens when new_name is omitted (auto-assigned) or the return value.

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 concise with a clear structure: a short introductory sentence followed by a bullet list of parameters. It is front-loaded with the core purpose but could be slightly more compact.

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?

Given the tool has 4 parameters and no output schema, the description covers parameter behavior well, but it omits any mention of return values or side effects, which would be useful for completeness.

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

Parameters5/5

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

The input schema provides only titles and types (0% coverage), but the description adds critical meaning: explains each parameter's role, default values, and the effect of 'linked' (instance vs copy), which significantly aids correct usage.

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 'Duplicate an object.' with a specific verb and resource, and it distinguishes itself from sibling tools like delete_object, rename_object, etc., which have different purposes.

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?

No explicit guidance on when to use this tool versus alternatives. The parameter descriptions hint at different use cases (e.g., linked=True for instances), but there is no direct comparison or exclusion criteria.

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/naab007/blender_mcp'

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