Skip to main content
Glama

moldability_check

Evaluate a 3D model's wall thickness and CTE shrinkage to identify moldability risks and validate designs early.

Instructions

Geometry-aware moldability DFx screen — resolves the model handle's solid, samples local wall thickness per face via inward chords (the same machinery as optics_moldability_check), then grades it through the pure-Python moldability screen: WALL-THICKNESS QUALITY (recommended-band range / uniformity / sink risk, cooling tied to the thickest wall) + the CTE SHRINKAGE estimate for the resin. Low-fidelity gate — escalate_to= 'molding_fill_submit'.

material drives the recommended-wall band, the CTE shrinkage, and cooling (degrades gracefully when the corpus lacks the issue #106 fields). nominal_mm anchors the range check (else the sampled-wall mean). The same shrinkage/thickness overrides as moldability_screen apply.

Returns the moldability_screen verdict {thickness:{…}, shrinkage:{…}, pass, score, fidelity, band_pct, warnings, escalate_to} plus {n_faces, n_wall_samples}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
materialNo
fail_ratioNo
nominal_mmNo
warn_ratioNo
alpha_per_kNo
sink_factorNo
t_ambient_cNo
t_solidify_cNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so richly: it explains inward-chord wall sampling, the pure-Python grading process, material-driven band/shrinkage/cooling behavior, graceful degradation when corpus fields are missing, nominal_mm fallback logic, and the exact return shape plus escalation behavior.

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 dense but front-loaded and largely free of filler, with each clause adding technical substance. A few parenthetical and run-on constructions make it harder to scan than necessary, but the content is purposeful.

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

Completeness3/5

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

For a complex 9-parameter tool with no annotations, no output schema, and no schema descriptions, the description explains the process, return values, and escalation path well. However, six parameter semantics remain undocumented, so an agent lacks enough information to tune the screen confidently beyond defaults.

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

Parameters2/5

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

Schema coverage is 0% and the description only directly explains model, material, and nominal_mm. It vaguely points to 'the same shrinkage/thickness overrides as moldability_screen' but does not define fail_ratio, warn_ratio, sink_factor, alpha_per_k, t_ambient_c, or t_solidify_c, leaving most of the 9 parameters undocumented.

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 identifies a specific verb and resource: a geometry-aware moldability DFx screen that resolves a model solid, samples wall thickness, and grades thickness quality plus CTE shrinkage. It distinguishes itself from siblings by naming the low-fidelity gate, the escalation target molding_fill_submit, and the shared machinery with optics_moldability_check.

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 states that this is a low-fidelity gate and says escalate_to='molding_fill_submit', giving clear context for when to use it versus a higher-fidelity molding fill analysis. It also references moldability_screen and optics_moldability_check, though it does not lay out explicit when-not conditions.

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

Deploy Server

Other Tools