3D-MCP

by team-plask
Verified

createGroups

Generate and organize multiple groups within 3D-MCP by specifying names, object IDs, and metadata. Assign parent groups, control visibility, and lock states for structured and efficient group management in 3D creative workflows.

Instructions

Create multiple Groups

Input Schema

NameRequiredDescriptionDefault
itemsYesArray of Groups to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Array of Groups to create", "items": { "additionalProperties": false, "properties": { "locked": { "default": false, "description": "Lock state of the group", "type": "boolean" }, "metadata": { "additionalProperties": {}, "description": "Additional tool-specific metadata", "type": "object" }, "name": { "description": "Display name", "type": "string" }, "objectIds": { "description": "IDs of objects in this group", "items": { "type": "string" }, "type": "array" }, "parentId": { "description": "ID of parent group", "type": "string" }, "visible": { "default": true, "description": "Visibility state of the group", "type": "boolean" } }, "required": [ "name", "objectIds" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }

You must be authenticated.

Other Tools from 3D-MCP

Related Tools

ID: q8f72q5q5q