Skip to main content
Glama
LBurny
by LBurny

verify_assembly

Audit a CAD assembly for spatial integrity: detect floating parts, interferences, and verify anchor pair distances to ensure proper fit.

Instructions

Audit the document's spatial sanity (read-only, pure data feedback).

Reports: floating (nearest neighbour farther than float_threshold mm),
interferences (common volume over interference_min_volume mm3), and
per-check pass/fail for requested anchor pairs {"obj", "anchor",
"target", "target_anchor", "tolerance"?}. Call after modeling/assembly
steps for a numeric health report instead of eyeballing screenshots.

Args:
    checks: Optional anchor-pair distance checks (see above).
    float_threshold: Nearest-neighbour gap (mm) for "floating" (default 1.0).
    interference_min_volume: Minimum common volume (mm3) to report.

Returns:
    JSON with floating/interferences/checks lists and a summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNo
doc_nameYes
float_thresholdNo
interference_min_volumeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations exist, so the description carries the transparency burden. It explicitly marks the operation as read-only and pure data feedback, details the types of checks performed, and describes the return structure. It does not cover edge cases or permissions, but for a non-mutating audit it provides substantial behavioral disclosure.

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 compact and well structured, with purpose, call timing, Args, and Returns sections. Every sentence adds actionable detail; there is no filler or redundancy.

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?

Given an output schema, detailed parameter descriptions, and read-only semantics, the description fully equips an agent to select and invoke the tool. Return format is summarized (lists plus summary) and the call context is stated. Minor missing sibling differentiation is already covered and does not undermine completeness.

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

Parameters5/5

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

Schema coverage is 0%, but the description compensates by explaining checks, units (mm, mm3), and defaults for float_threshold and interference_min_volume. It even sketches the shape of each check dict, making parameter semantics far clearer than the bare 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 opens with 'Audit the document's spatial sanity (read-only, pure data feedback)', clearly specifying the action and resource. It enumerates specific outputs (floating, interferences, per-check pass/fail) and distinguishes from visual inspection by offering a numeric health report.

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 'Call after modeling/assembly steps for a numeric health report instead of eyeballing screenshots', giving a clear temporal context. However, it doesn't name sibling tools such as check_interference or provide explicit when-not-to-use guidance, so it stops short of full alternative differentiation.

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/LBurny/cadpilot'

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