Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas

instantiate_template_assets

Generate 3D web application assets by instantiating template assets in the PlayCanvas Editor MCP Server.

Instructions

Instantiate one or more template assets

Input Schema

NameRequiredDescriptionDefault
idsYesThe asset IDs of the template assets to instantiate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "The asset IDs of the template assets to instantiate", "items": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "An asset ID." }, "minItems": 1, "type": "array" } }, "required": [ "ids" ], "type": "object" }

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/playcanvas/editor-mcp-server'

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