Skip to main content
Glama
520,104 tools. Updated 2026-09-06 09:13

"PlayCanvas" matching MCP tools:

  • Generate a published PlayCanvas build for designated scenes. Configure engine version, minification, and release notes to produce a durable build job for deployment.
    MIT
  • Permanently delete entities and all descendants from a PlayCanvas scene. Irreversible destructive action; prefer modify_entities for hiding or remove_components for component removal.
    MIT
    Destructive
  • Resolve entity names into resource IDs and hierarchy paths, enabling follow-up API calls without manually tracking UUIDs. Supports case-insensitive substring or exact name matching.
    MIT
  • Retrieve assets from a PlayCanvas project using filters for type, name, or tag. Paginated responses provide compact summaries; use full mode for complete asset JSON when needed.
    MIT