Skip to main content
Glama
pzfreo

build123d-mcp

render_view

Generate a PNG or SVG image of a 3D model with adjustable viewpoint, clipping plane, and per-object colors.

Instructions

Render model. format: 'png' (raster, default), 'svg' (HLR line drawing — works without a display, no shading but precise edges), or 'both' (returns the PNG and SVG together — useful when you want shaded depth cues plus crisp edge geometry). If the raster path fails (typically headless host with no display backend) and format='png', the server falls back to SVG automatically. Renders confirm appearance, not geometry — verify boolean operations with measure() before rendering. direction: top, front, side, iso. objects: comma-separated names or name:color pairs e.g. 'u_frame:blue,roller:red' (default: all, auto-coloured). quality: standard, high. clip_plane: x, y, z to slice; clip_at: absolute world coordinate along that axis (default: each mesh's midpoint). azimuth/elevation: camera rotation in degrees applied after the direction preset. save_to: optional file path; for format='both' the PNG and SVG are written as <save_to>.png and <save_to>.svg.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoiso
objectsNo
qualityNostandard
clip_planeNo
clip_atNo
azimuthNo
elevationNo
save_toNo
formatNopng
Behavior4/5

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

With no annotations, the description carries full burden. It transparently describes fallback from PNG to SVG if raster fails, and explains that rendering does not verify geometry. However, it does not explicitly state that the tool is read-only (no side effects), which would be helpful for safety.

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

Conciseness4/5

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

The description is information-dense but not overly verbose; every sentence adds value. It could be better organized into bullet points or sections for readability, but the current paragraph form is moderately concise and starts with the core purpose.

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?

The description thoroughly explains parameters and behavior, but it does not describe the return value of the tool. Given no output schema, the agent needs to know whether the tool returns image data, a file path, or something else. This omission reduces completeness.

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

Parameters5/5

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

Schema coverage is 0%, so the description must fully explain parameters. It does so comprehensively: format with defaults and fallback, direction listing options, objects with examples (name:color pairs), quality levels, clip_plane axes, clip_at default behavior, azimuth/elevation as rotation, and save_to for file output. This adds significant meaning beyond parameter names.

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 opens with 'Render model' and elaborates on formats (png, svg, both), making the tool's purpose clear. It distinguishes itself from sibling tools like measure, clearance, and interference which handle geometry verification rather than visual rendering.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool versus other tools: 'Renders confirm appearance, not geometry — verify boolean operations with measure() before rendering.' It also documents fallback behavior when rasterization fails, guiding the agent on expected behavior.

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/pzfreo/build123d-mcp'

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