Skip to main content
Glama

find_similar_prints

Find 3D models with similar geometry using file hash, geometric signature, surface area, and volume matching.

Instructions

Find similar models in the print DNA knowledge base.

        Uses geometric signature matching and surface area / volume
        similarity to locate models with similar geometry.

        Args:
            file_hash: SHA-256 hash of the model file.
            geometric_signature: Geometric signature from fingerprinting.
            surface_area_mm2: Surface area in mm^2 (for fuzzy matching).
            volume_mm3: Volume in mm^3 (for fuzzy matching).
            complexity_score: Complexity (for fuzzy matching).
            limit: Maximum results (default 10).
            threshold: Similarity threshold 0.0-1.0 (default 0.8).
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
file_hashYes
thresholdNo
volume_mm3No
complexity_scoreNo
surface_area_mm2No
geometric_signatureYes
Behavior2/5

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

With no annotations, the description carries the full burden. It explains the matching method (geometric signature, surface area, volume) but fails to disclose whether the operation is read-only, rate limits, or what happens with insufficient data. This is insufficient for a data lookup 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 concise introductory sentence followed by a clear parameter list. Slightly verbose due to repeating 'for fuzzy matching' but overall efficient.

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?

Given the absence of an output schema, the description does not specify the return format (e.g., list of model IDs with similarity scores). This is a gap for a find tool. However, parameter descriptions are complete, and the core functionality is clear.

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?

The description provides inline parameter descriptions for all 7 parameters, including defaults and meanings (e.g., 'fuzzy matching'). Schema coverage is 0% in the input schema, so the description fully compensates by explaining each parameter's role.

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 finds similar models in a print DNA knowledge base using geometric signature matching, surface area, and volume similarity. The verb 'find similar' is specific to the resource 'models' and distinguishes it from general search or browse tools.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like search_models or browse_models. The description implies geometry-based matching but doesn't provide explicit when-to-use or when-not-to-use context.

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