Skip to main content
Glama
tomyrese

OpenSCAD Design MCP

by tomyrese

Render Preview

render_preview

Generates a verified PNG preview of an OpenSCAD project from standard views or a custom camera, enabling visual validation of 3D designs.

Instructions

Render a verified PNG for a named view or a numeric 6/7-value custom camera.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoisometric
widthNo
cameraNo
heightNo
versionNo
project_idYes
projectionNoorthographic
colorschemeNoCornfield
render_modeNopreview

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
toolYes
errorsNo
successNo
warningsNo
artifactsNo
project_idNo
duration_msNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds useful detail by saying the output is a verified PNG and that the camera is a numeric 6/7-value array, but it does not explain output behavior, failure modes, side effects, or interpretation of camera values.

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 a single well-structured sentence with a front-loaded action and minimal wasted words. It is concise without being vague in its core purpose, though that brevity does trade away parameter guidance.

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

Completeness2/5

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

For a tool with 9 parameters, no annotations, and no schema coverage in the description, the one-line description leaves significant context gaps. It does not explain what the render_mode preview/render distinction means, how sizing works, how colorscheme affects output, or how the custom camera values are consumed.

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%, so the description needs to compensate. It adds meaning for 'view' and 'camera', but the other seven parameters—width, height, version, projection, colorscheme, render_mode, and project_id—receive no semantic explanation beyond their schema names and 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?

The description clearly identifies the action ('Render a verified PNG') and the resource scope: a named view or a numeric 6/7-value custom camera. This gives the agent a concrete sense of what the tool does, though it does not explicitly distinguish the tool from the closely named sibling render_preview_set.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives like render_preview_set or export_model. The description states what it does but not which scenarios call for it or when it should be avoided.

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

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/tomyrese/openscad-design-mcp'

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