Skip to main content
Glama

get_joint_recommendation

Get recommended clearance settings for a joint type and material pairing, optionally adjusted for a specific printer's calibration.

Instructions

Get recommended clearance settings for a joint type and material pairing.

        Returns clearance recommendations based on the joint type
        and the materials of the two mating parts.  When
        ``printer_id`` is supplied AND kiln-pro is installed, the
        response narrows the clearance range by the user's
        calibration tier (HIGH halves it, MEDIUM shaves ~10%, LOW
        and UNKNOWN leave it unchanged) and attaches a
        ``calibration_used`` block documenting the source.

        Args:
            joint_type: Type of joint (e.g. ``"clearance_fit"``,
                ``"press_fit"``, ``"snap_fit"``).
            material_a: Material of the first part (default ``"PLA"``).
            material_b: Material of the second part (default ``"PLA"``).
            printer_id: Optional printer identifier (e.g.
                ``"bambu_a1"``).  Omit to keep the historic flat-range
                behaviour (free users + calls that don't care about
                calibration tightening).
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
joint_typeYes
material_aNoPLA
material_bNoPLA
printer_idNo
Behavior4/5

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

With no annotations, the description carries full burden for behavioral disclosure. It details how printer_id combined with kiln-pro installation narrows the clearance range based on calibration tier, and mentions the calibration_used block. It also notes the flat-range behavior for free users or omitted printer_id. This provides good transparency for a read-only recommendation tool.

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 well-structured with a header paragraph and a parameter list in docstring style. It is informative but slightly verbose; every sentence adds value, but some redundancy exists (e.g., repeating the purpose in the first line and the docstring summary).

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 output schema, the description explains the return behavior (clearance recommendations, calibration_used block) but does not specify the exact format (e.g., min/max values). It covers the main functionality and edge cases (free users, omitted printer_id), making it fairly complete for a 4-parameter 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%, so the description must compensate. It explains each parameter: joint_type with examples, material_a and material_b with defaults, and printer_id with its effect. This adds significant meaning beyond the schema's minimal titles, though it could be improved by listing allowed enum values or constraints.

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 purpose: 'Get recommended clearance settings for a joint type and material pairing.' This specific verb+resource pair distinguishes it from sibling tools like get_material_recommendation, which deals with materials rather than clearance settings.

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?

The description provides explicit guidance on when to supply the printer_id parameter vs. omitting it, explaining the calibration effect and the fallback to historic flat-range behavior. However, it does not explicitly state when not to use the tool or provide alternatives for other recommendation needs.

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