Skip to main content
Glama

overhang_report

Evaluates STL overhang area, bridges, and worst angle, then scores all six axis orientations to identify the best print direction without supports.

Instructions

Will this part print without supports, and which way up is best? Reads the STL mesh (no CAD needed) and measures the area that overhangs past limit_deg from the build plate, how much of that is flat ceiling (the bridges), the worst angle and the height where the trouble starts - then scores all six axis orientations so you can see whether simply flipping the part removes the problem. Areas are mm2. build_dir is the direction layers stack in ('z+' means the part prints as it is modelled, 'z-' upside down). Note this measures FACES, not spans: a flat ceiling area of zero means nothing bridges, but a large one does not say whether it is one wide bridge or many narrow ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stl_pathYes
build_dirNoz+
limit_degNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Since no annotations were provided, the description carries the full burden of behavioral disclosure. It explains that the tool reads STL meshes (no CAD), measures overhang area, bridges, worst angle, height, and all six orientations, and importantly cautions that it measures faces, not spans. This is rich context beyond the schema.

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 longer than two sentences, but every clause adds value: the opening question, the measurement details, the orientation scoring, the unit clarification, and the faces-vs-spans caveat. It is front-loaded and coherent, though slightly verbose.

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 annotations and the existence of an output schema, the description covers the tool's purpose, parameter meanings, output units, and a key behavioral limitation. It does not detail return structure (output schema covers that) nor error handling, but those are not essential for this analysis tool.

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?

Schema description coverage is 0%, but the description effectively defines limit_deg ('overhangs past limit_deg'), build_dir (with examples 'z+' and 'z-'), and implicitly stl_path via 'Reads the STL mesh'. This compensates well for the schema's lack of parameter 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 description opens with the direct question 'Will this part print without supports, and which way up is best?' clearly establishing the tool's purpose. It specifies a unique verb+resource ('reads the STL mesh' and measures overhang properties) and distinguishes it from sibling tools like the solid modeling or drawing tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for assessing printability without supports, but does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or when not to use it. There is no comparison to other report tools (e.g., contact_report, hole_report).

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/Psalmustrack/lambdacad-mcp'

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