Skip to main content
Glama

FabTally 3D-Print Slicer, Quote & DFM

List 3D printers, materials and pricing

list_printers

FREE. Discovery: the live 12-printer FDM fleet (id, name, bed/build volume mm, nozzle), the 12 filament materials (PLA, PETG, ABS, ASA, Nylon, PC, TPU + carbon-fiber variants), and the pricing model. Call this FIRST to pick a printer and material id. Personal & interactive use is FREE (fair-use limits); per-call x402 / prepaid credits apply to agents, production and high volume.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses 'FREE' status, 'fair-use limits,' and 'per-call x402 / prepaid credits' for agents/production, which are critical constraints. It implies read-only via 'Discovery' and 'list,' though it doesn't explicitly state no modifications occur. This adds meaningful value beyond a bare list.

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 two sentences, front-loaded with the core purpose ('FREE. Discovery: ...') and efficiently communicates contents, usage, and pricing. Every sentence earns its place with no filler or repetition.

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?

Despite no output schema, the description enumerates return fields (id, name, bed/build volume mm, nozzle), lists all 12 materials with variants, and explains the pricing model. It also provides usage guidance ('pick a printer and material id'), making it self-sufficient for an initial discovery tool. The sibling context suggests a rich ecosystem, and this description positions the tool appropriately.

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 is empty (0 parameters), so there are no parameter semantics to clarify. However, the description explains that the output provides `printer` and `material` ids for use in subsequent calls, giving meaning to the return values. This exceeds the baseline for 0 parameters.

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 states 'List 3D printers, materials and pricing' with specific details (12-printer FDM fleet, 12 filament materials), making the purpose explicit. The term 'Discovery' and phrase 'Call this FIRST' distinguish it from sibling tools like compare_printers and recommend_material, which are specialized. It uses a specific verb+resource structure.

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?

It explicitly says 'Call this FIRST to pick a printer and material id,' establishing clear when-to-use guidance. It also differentiates free personal/interactive use from paid agent/production use, guiding cost-conscious usage. While alternatives aren't named, its role as the initial discovery step is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation2/5

Four tools—analyze_model, analyze_3d_model, check_printability, and validate_model—perform overlapping geometry analysis with printability verdicts, making it hard to tell which to call. The detailed descriptions help, but the boundaries are subtle (general vs printing-specific, full vs fast), and an agent could easily pick the wrong one.

Naming Consistency4/5

Most names follow a clear verb_noun snake_case pattern (e.g., list_printers, slice_model, get_print_quote). Minor deviations like analyze_3d_model, cost_breakdown, scale_advisor, and whatif_infill are still readable and do not break the overall consistency.

Tool Count4/5

With 14 tools, the count is well within the 3–15 range for a specialist service and each tool addresses a distinct stage of the quoting/DFM workflow. The count feels slightly inflated by the near-duplicate analysis cluster, but it is not excessive for the domain.

Completeness4/5

The tool surface covers the full lifecycle: model analysis, printability checks, slicing, quoting, cost breakdown, printer comparison, orientation optimization, material/settings recommendations, and scaling. Minor gaps exist (e.g., no batch processing or material-specific parameter tuning), but agents can compose the existing tools to achieve most workflows.