Skip to main content
Glama

get_model_print_history

Get a model's complete print history: outcomes, settings, quality grades, and material-filtered success rates. Pass the model file path so the design is identified by shape, avoiding incomplete history from file-hash mismatches.

Instructions

Get all print attempts for a model.

        Returns the complete history of print outcomes, settings, and
        quality grades.  The success-rate metrics cover every material
        by default; pass ``material`` to scope them to one filament
        ("how does this do in PETG?").

        PASS ``model_path`` WHENEVER YOU HAVE THE FILE.  History is a
        question about the SHAPE, and ``model_path`` lets Kiln identify
        it directly.  A file hash alone identifies BYTES: re-export an
        unchanged part from CAD and the hash changes, so a hash-only
        lookup reports a part with real history as never printed.

        ``identified_by`` in the response says which it used —
        ``"shape"`` is the precise answer, ``"file"`` means the history
        may be incomplete.

        Args:
            file_hash: SHA-256 hash of the model file, when known.
            material: Optional material filter for the success-rate
                metrics.  Empty = all materials.
            model_path: Path to the model file — the best input.  Kiln
                fingerprints it and identifies the design itself.
            geometric_signature: v1 shape signature, if you already have
                one from ``fingerprint_model``.
            geometric_signature_v2: v2 shape signature, likewise.
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
materialNo
file_hashNo
model_pathNo
geometric_signatureNo
geometric_signature_v2No
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses important behavioral detail: success-rate metrics cover all materials by default, material scopes them, hash-based lookup may return incomplete history, and identified_by indicates whether the result is shape-precise or file-based. It is a read-only 'get' operation, but side effects and failure modes are not explicitly addressed.

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 average, but it is carefully structured with a clear opening, a prominent best-practice warning, and an organized Args section. Every sentence adds value, though it could be tightened slightly.

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?

Despite the lack of an output schema and annotations, the description is comprehensive: it explains what data is returned, how identifier methods affect results, what identified_by means, and how the material filter behaves. This is sufficient for an agent to invoke the tool correctly with any of the five optional parameters.

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 description coverage is 0%, but the description fully compensates by explaining every parameter: file_hash, material, model_path, geometric_signature, and geometric_signature_v2. It adds meaningful context such as 'Empty = all materials', 'the best input', and 'if you already have one from fingerprint_model'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Get all print attempts for a model' and describes the returned history, settings, and quality grades. It distinguishes model_path-based shape identification from hash-based byte identification, but it never explicitly contrasts this with the sibling print_history tool.

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 strong, explicit guidance on when to use model_path versus file_hash, warns that hash-only lookups may miss history, and explains the identified_by response field. However, it doesn't mention when to choose this tool over sibling alternatives like print_history.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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