Skip to main content
Glama
MaxEllis

orcaslicer-mcp

by MaxEllis

Render plate image

render_plate
Read-only

Render a PNG image of the build plate to visually inspect model orientation and first-layer footprint before slicing, or inspect sliced toolpaths and support placement after slicing.

Instructions

Render a PNG picture of the current plate so you can SEE it.

view="editor": the models on the bed BEFORE slicing - use to check orientation, plate contact, and first-layer footprint (an Euler triple is near-unreadable; this is the ground truth). view="preview": the sliced toolpaths colored by feature role AFTER a successful slice - support is visibly distinct, so use it to check where support actually went. angle: iso|top|front|left|right|rear|bottom. frame: "plate" zooms out to the whole bed (where the part sits, footprint), "object" zooms in on the model/toolpaths (detail). Defaults to "plate" for the editor view and "object" for the preview view; pass it explicitly when a side view of a small part would otherwise be a speck on a big bed. [needs plate_render capability, fork v2.3.2-mcp.4+]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoeditor
angleNoiso
frameNo
widthNo
heightNo
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses a required capability, explains that 'editor' reflects pre-slice state while 'preview' reflects post-slice toolpaths, and details default frame behavior. This gives the agent meaningful behavioral expectations without any contradiction.

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 well-structured and front-loaded with the core action, followed by labeled parameter explanations and a capability note. Every sentence adds useful information; there is no redundancy or filler.

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

Completeness5/5

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

Given the tool's moderate complexity, this description covers output format, view semantics, angle options, frame defaults, and the required runtime capability. Even without an output schema, the agent has enough context to select and invoke the tool correctly.

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

Parameters4/5

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

The input schema has 0% parameter descriptions, so the description carries the burden. It thoroughly defines 'view', 'angle', and 'frame' with allowed values and defaults. 'width' and 'height' are left implicit, but their meanings are self-evident from their names and default numbers, so the coverage is strong but not complete.

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 a specific verb and object: 'Render a PNG picture of the current plate.' It clearly distinguishes the two main view modes ('editor' and 'preview') and their purposes, making the tool's function unambiguous and separating it from sibling slice/status tools.

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?

It provides explicit context for when to use each view: 'editor' for orientation/contact/footprint checks and 'preview' for checking support placement after slicing. It does not explicitly name alternative tools or provide 'when not to use' exclusions, but the usage context is clear and practical.

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/MaxEllis/orcaslicer-mcp'

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