Skip to main content
Glama
zvmzaretsky

fabtally-mcp

by zvmzaretsky

Analyze 3D model geometry

analyze_model

Get a quick printability check for an STL/3MF/OBJ model: bounding box, volume, triangle count, watertight status, and bed-fit for a selected printer. Settled via x402 payment.

Instructions

PAID ($0.002 USDC on Base, x402). Geometry only, no slice: bounding box (mm), volume (cm3), triangle count, watertight flag, and a fits-on-bed check for an optional printer. Cheap sanity check for an STL/3MF/OBJ model. Without payment, returns the x402 challenge (price + how to pay).

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.
filenameNoFile name incl. extension, e.g. 'bracket.stl'. Sets the file type; required with model_base64.
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.
Behavior5/5

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

With no annotations, the description fully discloses the paid nature ($0.002 USDC on Base, x402), payment flow (returns challenge without payment), and that it only performs geometry analysis (no slicing, no side effects). This exceeds typical transparency for read-only tools.

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?

Three sentences tightly packed with essential info: payment, outputs, and payment behavior. No fluff; every sentence adds value. Front-loaded with the most critical fact (PAID).

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?

The tool has no output schema and no annotations, yet the description lists the expected return metrics (bounding box, volume, triangle count, watertight flag, fits-on-bed check) and explains the payment challenge flow. This covers the key context needed to decide when and how to invoke the tool, despite missing explicit error handling details.

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 coverage is 100% for all 5 parameters, so baseline is 3. The description adds minor context (e.g., 'optional printer' for fits-on-bed check, 'without payment' for x_payment), but most parameter meaning is already in the schema. No significant compensation needed.

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 clearly states the tool analyzes 3D model geometry with specific outputs (bounding box, volume, triangle count, watertight flag, fits-on-bed check). It explicitly distinguishes itself from slicing ('Geometry only, no slice') and identifies as a sanity check, setting it apart from sibling tools like 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 implies usage as a cheap sanity check before printing and explicitly says 'no slice', which guides away from slice_model. However, it does not explicitly compare with check_printability or optimize_orientation, so it lacks full when-not/alternatives guidance.

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