Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas

delete_entities

Remove one or more entities from the PlayCanvas Editor by specifying their unique IDs. Ensures the root entity remains intact to maintain scene structure.

Instructions

Delete one or more entities. The root entity cannot be deleted.

Input Schema

NameRequiredDescriptionDefault
idsYesArray of entity IDs to delete. The root entity cannot be deleted.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "Array of entity IDs to delete. The root entity cannot be deleted.", "items": { "description": "An entity ID.", "format": "uuid", "type": "string" }, "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