Skip to main content
Glama

exportStandaloneScene

Export 3D scenes as standalone HTML files that run in any browser without requiring a server. Includes all objects, lights, materials, animations, and environments for portable scene playback.

Instructions

Export the current scene as a standalone HTML file that plays in any browser without a server. Includes all objects, lights, materials, animations, camera, and environment. No chat UI. Saved to the scenes/ folder. Returns the file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFile name (without .html extension). Defaults to a timestamp-based name.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well: it discloses that the tool creates a file ('Saved to the scenes/ folder'), specifies what's included ('all objects, lights, materials, animations, camera, and environment'), excludes chat UI, and mentions the return value ('Returns the file path'). It doesn't cover potential errors or file size limitations, but provides substantial behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured in three sentences: first states the core action and key features, second specifies the output location and exclusion, third declares the return value. Every sentence adds essential information with zero waste, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no annotations and no output schema, the description provides strong completeness: it explains what the tool does, what's included/excluded, where files are saved, and what's returned. The main gap is lack of explicit error handling or limitations information, but it covers most essential context given the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the single parameter 'name', which is documented in the schema as 'File name (without .html extension). Defaults to a timestamp-based name.' The description adds no additional parameter information beyond what the schema already provides, meeting the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Export the current scene as a standalone HTML file') and resource ('current scene'), distinguishing it from sibling tools like 'exportScene' (which likely exports in a different format) and 'saveScene' (which saves scene state rather than creating a browser-playable file). It precisely defines what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool: to create a browser-playable HTML file from the current scene. It implicitly distinguishes from alternatives like 'exportScene' (likely server-dependent) by specifying 'without a server', but doesn't explicitly name when not to use it or list all alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/m-ai-geXR/mcp-webgpu'

If you have feedback or need assistance with the MCP directory API, please join our Discord server