Skip to main content
Glama
zvmzaretsky

fabtally-mcp

by zvmzaretsky

Slice a 3D model (G-code, print time, preview)

slice_model

Slice a 3D model for any of 12 FDM printers to get print time, filament grams, layer count, geometry, and bed-fit check. Optionally add a preview render or G-code.

Instructions

PAID (x402, USDC on Base). Full OrcaSlicer slice on any of the 12 FDM printers: print time, filament grams, layer count, geometry, and fits-on-bed. Optionally returns a preview PNG render and/or the sliced G-code. Price tiers by outputs: base $0.005; +preview PNG $0.01; +G-code $0.015; +preview+G-code $0.02. Upload an STL/3MF/OBJ/STEP model. Without payment, returns the x402 challenge for the selected tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printerNo3D printer id from list_printers (elegoo-neptune4-max, bambu-a1, bambu-a1-mini, bambu-p1s, bambu-x1c, prusa-mk4, prusa-mini, ender3-v3, creality-k1, creality-k1-max, voron-24-350, anycubic-kobra2). Default elegoo-neptune4-max.
qualityNoPrint quality preset: draft 0.28mm | standard 0.20mm | fine 0.12mm layer height.
filenameNoFile name incl. extension, e.g. 'bracket.stl'. Sets the file type; required with model_base64.
materialNoFilament/material id (pla, pla-cf, petg, petg-cf, abs, abs-cf, asa, asa-cf, nylon, pc, pet, tpu). Default pla.
supportsNoSupport generation style.
model_urlNoPublic https URL to the 3D model file (STL, 3MF, OBJ, PLY, or STEP). The server fetches it. Use this OR model_base64.
x_paymentNox402 payment payload (base64) for a PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first.
layer_heightNoExplicit layer height in mm (0.04-0.6); overrides `quality` if both are given.
model_base64NoBase64-encoded model file bytes (STL/3MF/OBJ/PLY/STEP), an alternative to model_url for inline data. Provide `filename` too.
include_gcodeNoAdd the sliced G-code, gzip+base64 (raises the price tier).
infill_percentNoSparse infill density 0-100.
include_previewNoAdd a base64 PNG preview render of the sliced model (raises the price tier).
Behavior4/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 transparently states the paid nature, the exact price tiers for outputs, that omitting payment returns a 402 challenge, and that optional preview/G-code outputs are included only if requested. It does not mention potential timeouts or size limits, but the critical behavioral traits (payment gating, challenge response, optional outputs) are clearly disclosed.

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 reasonably concise (about 120 words) and well-structured: payment notice, core function, optional outputs, pricing table, input instructions, and auth behavior. Every sentence contributes useful information. The pricing detail is verbose but necessary for a paid tool; it could be slightly trimmed, but overall it is efficient.

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?

Given the tool's complexity (12 parameters, no output schema, no annotations), the description is quite complete. It explains the main return values (print time, filament grams, etc.), optional outputs (preview/G-code), input file formats, and the payment/challenge flow. It does not detail the exact JSON response structure, but that is partly covered by the listed outputs and is not mandatory for basic invocation.

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%, so the baseline is 3. The description adds high-level context (e.g., file types, price implications of include_preview/include_gcode) but does not provide parameter-specific syntax or details beyond what the schema already documents. It adds marginal value over the schema.

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 uses a specific verb ('slice') and resource ('3D model') and enumerates the concrete outputs (print time, filament grams, layer count, geometry, fits-on-bed). It clearly distinguishes from sibling tools like list_printers, analyze_model, and get_print_quote by focusing on the slicing action and its result.

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 on when to use the tool (to slice a 3D model on a specific printer) and includes essential usage prerequisites (payment via x402, upload STL/3MF/OBJ/STEP). It does not explicitly name alternatives, but the workflow is well explained with the payment challenge behavior, making the intended usage unambiguous.

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/zvmzaretsky/fabtally-mcp'

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