3D-MCP

by team-plask
Verified

duplicate

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