Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas

query_scene_settings

Retrieve scene settings within the PlayCanvas Editor to configure and manage 3D web application environments for real-time development.

Instructions

Query the scene settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registers the 'query_scene_settings' MCP tool with an empty input schema and a handler that delegates to the WebSocket server.
    mcp.tool( 'query_scene_settings', 'Query the scene settings', {}, () => { return wss.call('scene:settings:modify', {}); } );
  • Inline handler function that executes the tool logic by calling wss.call with an empty object (note: endpoint is 'scene:settings:modify', which may be intended for querying).
    () => { return wss.call('scene:settings:modify', {}); }

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