Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas

remove_components

Delete specific components from an entity in the PlayCanvas Editor MCP Server, streamlining entity management for real-time 3D web applications.

Instructions

Remove components from an entity

Input Schema

NameRequiredDescriptionDefault
componentsYesArray of component names to remove from the entity.
idYesAn entity ID.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "components": { "description": "Array of component names to remove from the entity.", "items": { "enum": [ "anim", "animation", "audiolistener", "button", "camera", "collision", "element", "layoutchild", "layoutgroup", "light", "model", "particlesystem", "render", "rigidbody", "screen", "script", "scrollbar", "scrollview", "sound", "sprite" ], "type": "string" }, "minItems": 1, "type": "array" }, "id": { "description": "An entity ID.", "format": "uuid", "type": "string" } }, "required": [ "id", "components" ], "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