Skip to main content
Glama
zvmzaretsky

fabtally-mcp

by zvmzaretsky

Get a 3D printing price quote

get_print_quote

Get an accurate 3D printing price quote based on a real slice of your model, including print time, filament usage, and final cost with volume discounts.

Instructions

PAID ($0.005 USDC on Base, x402). Slicer-accurate FDM 3D-printing price quote from a real OrcaSlicer slice (not an estimate): print time, filament grams, and a priced quote (material + machine time + setup, with automatic volume discounts). Upload an STL/3MF/OBJ/STEP model. Without payment, returns the x402 challenge (price + how to pay).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
quantityNoNumber of parts (1-10000). Volume discounts apply automatically. Default 1.
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.
model_base64NoBase64-encoded model file bytes (STL/3MF/OBJ/PLY/STEP), an alternative to model_url for inline data. Provide `filename` too.
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the exact cost ($0.005 USDC on Base), payment method (x402), and non-payment behavior (returns a challenge). It also emphasizes 'not an estimate' to set accuracy expectations. Some error handling details are missing, but core behavioral traits are well covered.

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 two sentences deliver all critical information efficiently. The paid status is front-loaded, followed by accuracy claim, outputs, input actions, and the two payment states. Every sentence earns its place with no fluff.

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 no output schema and 6 parameters, the description explains both call modes (unpaid challenge and paid result), expected outputs (time, grams, quote), and supported input formats. It omits PLY from the input list (though schema allows it) and doesn't detail the exact response structure, but for a quote tool this is adequate.

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 schema already covers all 6 parameters (100% coverage), so baseline is 3. The description adds meaningful context: automatic volume discounts relate to quantity, material affects material + machine time pricing, and x_payment determines whether a challenge or real result is returned. This goes beyond the schema's individual field descriptions.

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 title and description clearly state the tool provides a 3D printing price quote. It specifies that it uses a real OrcaSlicer slice (not an estimate) and lists the exact outputs: print time, filament grams, and a priced quote. This distinguishes it from siblings like check_printability or slice_model.

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 explains the payment workflow: omit x_payment to receive a challenge, include it to settle and get the result. It also tells the user to upload a model. It doesn't explicitly compare to sibling tools, but the purpose is distinct enough that usage context is clear.

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