Skip to main content
Glama

VoxelDraft – AI Voxel Modeling

Render voxel model

render_voxel_model
Read-only

Preview a voxel model with VoxelDraft. Everyone receives an interactive WebGL URL. Signed-in VoxelDraft Plus users may also receive a cached server-rendered PNG when includeImage is true, subject to render credits and rate limits. Rendering does not modify a saved user project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoiso
modelYes
languageNoen
imageSizeNo
backgroundNosolid
includeImageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / background
      Added value: +{
      +  "default": "solid",
      +  "enum": [
      +    "solid",
      +    "transparent"
      +  ],
      +  "type": "string"
      +}
    • changedInput schema / properties / imageSize / enum
      Previous value: -[
      -  256,
      -  512
      -]New value: +[
      +  256,
      +  512,
      +  1024
      +]
    • addedInput schema / properties / view
      Added value: +{
      +  "default": "iso",
      +  "enum": [
      +    "iso",
      +    "front",
      +    "back",
      +    "left",
      +    "right",
      +    "top",
      +    "bottom"
      +  ],
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior5/5

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

Goes well beyond the readOnly/destructive/openWorld annotations by disclosing tier gating (Plus users), credit consumption, rate limiting, the dual output modes (always a WebGL URL, conditionally a cached PNG), and explicitly that saving state is untouched. This is exactly the behavioral context an agent needs before invoking.

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?

Three tight sentences, front-loaded with the core action before the conditional Plus/PNG caveat and the non-mutation guarantee. No filler or redundancy.

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

Completeness3/5

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

There is no output schema, so the description must carry weight, and it partially does by describing the two return paths (URL and optional PNG). But with 6 undocumented parameters and no return-shape detail beyond what the image is, it is only adequate for a tool of this complexity.

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

Parameters2/5

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

Schema description coverage is 0% across 6 parameters, so the description carries the full burden — yet it only explains includeImage. The meaning of model (ID, path, or inline data), view, imageSize, background, and language is left entirely unstated despite four of them being enums.

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

Purpose4/5

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

States a specific verb+resource ('Preview a voxel model') and names the platform, so an agent knows this is a read-only preview operation. It implicitly contrasts with mutation siblings via 'does not modify a saved user project,' but never names export_voxel_model or inspect_voxel_model, which an agent might also consider for viewing a model.

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

Usage Guidelines3/5

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

Gives conditional context for includeImage (Plus users only, credits, rate limits), which implies when the PNG path is available. However, there is no guidance on when to choose this tool over export_voxel_model or inspect_voxel_model for similar-looking tasks.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources