Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas

list_entities

Retrieve a comprehensive list of all entities within the PlayCanvas Editor to manage and organize 3D web application elements efficiently.

Instructions

List all entities

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'list_entities' MCP tool. The handler function calls wss.call('entities:list') to retrieve the list of all entities.
    mcp.tool( 'list_entities', 'List all entities', {}, () => { return wss.call('entities:list'); } );

Latest Blog Posts

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