Skip to main content
Glama

3D-MCP

by team-plask

createLayers

Generates multiple layers in 3D creative workflows, enabling structured hierarchies, clip management, and blend weight configuration for precise animation control.

Instructions

Create multiple Layers

Input Schema

NameRequiredDescriptionDefault
itemsYesArray of Layers to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Array of Layers to create", "items": { "additionalProperties": false, "properties": { "additive": { "default": false, "description": "Whether this layer adds to base pose", "type": "boolean" }, "clipIds": { "default": [], "description": "IDs of clips in this layer", "items": { "type": "string" }, "type": "array" }, "metadata": { "additionalProperties": {}, "description": "Additional tool-specific metadata", "type": "object" }, "name": { "description": "Display name", "type": "string" }, "parentId": { "description": "Parent layer if in a hierarchy", "type": "string" }, "weight": { "default": 1, "description": "Blend weight influence", "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "name" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }
Install Server

Other Tools from 3D-MCP

Related Tools

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/team-plask/3d-mcp'

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