Skip to main content
Glama

recommend_design_reinforcements

Analyzes an STL mesh geometry to identify structural risks and recommends specific reinforcements with exact locations and estimated strength gains.

Instructions

Recommend specific reinforcements for an STL mesh.

        Analyzes geometry to find structural risks, then generates actionable
        recommendations with **specific locations** and **estimated strength gains**:
        - **gusset**: triangular support at cantilever bases (3-10x stronger)
        - **fillet**: smooth transitions at stress concentrations (30-60% gain)
        - **thicken_wall**: add material at thin necks (2-5x gain)
        - **add_base**: widen the base for stability
        - **reorient**: change print orientation for layer strength

        Each recommendation includes the coordinates where the reinforcement
        should be applied and which Kiln tool to use (e.g., ``add_mesh_fillet()``).

        :param file_path: Path to the STL file.
        :param min_cross_section_mm2: Minimum safe cross-section area.
        :returns: Dict with ``reinforcements`` list.
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
min_cross_section_mm2No
Behavior4/5

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

No annotations exist, so the description carries full burden. It transparently describes the analysis process and output format (dict with reinforcements list), including specific coordinate locations and tool suggestions. However, it does not mention any side effects, permissions, or potential destructive actions, though it appears to be a read-only analysis.

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 well-structured with a brief introductory sentence, a bulleted list of reinforcement types, and a docstring for parameters. Every sentence adds value, and the most critical information is front-loaded.

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 no annotations, no output schema, and only two simple parameters, the description provides complete context: it explains the tool's purpose, input parameters, output format (dict with reinforcements list), and the nature of recommendations. No gaps remain.

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%, so the description must compensate. It does so by explicitly describing both parameters in a docstring format ('file_path: Path to the STL file' and 'min_cross_section_mm2: Minimum safe cross-section area'), adding meaning beyond the schema's minimal type information.

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's function: 'Recommend specific reinforcements for an STL mesh.' It lists five distinct reinforcement types with their benefits, and distinguishes itself from sibling tools like apply_design_reinforcements (which applies) and analyze_structural_risks (which only analyzes).

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 after analyzing geometry to find structural risks, but it does not explicitly state when to use this tool versus alternatives (e.g., analyze_structural_risks vs apply_design_reinforcements). No exclusions or context for when not to use are provided.

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/codeofaxel/kiln'

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