3D-MCP

by team-plask
Verified

duplicate

Clone entities in 3D creative projects with customizable options for duplicating children and dependencies using the 3D-MCP server. Ideal for creating replicas while maintaining control over linked resources.

Instructions

Duplicate an entity

Input Schema

NameRequiredDescriptionDefault
duplicateChildrenNoWhether to duplicate children
duplicateDependenciesNoWhether to duplicate dependencies (materials, etc.)
idYesSource entity identifier
newNameNoName for the duplicated entity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duplicateChildren": { "default": true, "description": "Whether to duplicate children", "type": "boolean" }, "duplicateDependencies": { "default": false, "description": "Whether to duplicate dependencies (materials, etc.)", "type": "boolean" }, "id": { "description": "Source entity identifier", "type": "string" }, "newName": { "description": "Name for the duplicated entity", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from 3D-MCP

Related Tools

ID: q8f72q5q5q