Skip to main content
Glama

get_model_print_history

Retrieve the complete print history for a 3D model, including outcomes, settings, and quality grades, with optional material filtering.

Instructions

Get all print attempts for a model identified by file hash.

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

        Args:
            file_hash: SHA-256 hash of the model file.
            material: Optional material filter for the success-rate
                metrics.  Empty = all materials.
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
materialNo
file_hashYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It indicates a read operation returning history, but lacks details on pagination, data limits, or any potential side effects. The description adds context beyond the name but is not fully transparent.

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 concise and well-structured: a single sentence for purpose, followed by details on returns and parameters. No unnecessary words, and the key information is front-loaded.

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 the tool's simplicity (2 parameters, no output schema), the description adequately covers the return value (history of outcomes, settings, quality grades) and parameter behavior. It could mention pagination, but for this tool it's likely sufficient.

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?

With 0% schema description coverage, the description compensates by explaining file_hash as SHA-256 hash and material as an optional filter for success-rate metrics, including an example. This adds meaningful semantics, though file_hash format could be more explicit.

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 it retrieves print attempts for a model by file hash, specifying it returns complete history of outcomes, settings, and quality grades. It is specific but does not explicitly differentiate from similar siblings like 'print_history'.

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 getting complete print history, and explains the material parameter scope for success-rate metrics. However, it does not provide explicit when-to-use or when-not-to-use guidance relative to other tools.

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