Skip to main content
Glama

get_printer_intelligence

Get printer-specific intelligence including firmware quirks, material compatibility, calibration guidance, and known failure modes to inform print settings and troubleshooting.

Instructions

Get operational intelligence for a printer: firmware quirks, material compatibility, calibration guidance, and known failure modes.

This is the knowledge base that helps you make informed decisions about
print settings, troubleshooting, and calibration without trial-and-error.

Args:
    printer_id: Printer model identifier (e.g. ``"ender3"``,
        ``"bambu_x1c"``, ``"voron_2"``).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printer_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the tool as a knowledge base returning operational intelligence, but lacks details on response shape, error handling, or any side effects (likely read-only). While adequate, it leaves gaps about what exactly is returned and behavior on invalid inputs.

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 structured with a one-sentence purpose, a paragraph on its role, and a parameter documentation section. It is front-loaded, concise, and every sentence adds value without redundancy.

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?

For a simple tool with one required parameter and no output schema, the description adequately covers purpose, usage, and parameter semantics. It could specify the return structure more explicitly, but the examples and context are sufficient for informed tool selection.

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?

The schema has no description for printer_id, but the description includes an 'Args' section clarifying it as a 'Printer model identifier' with specific examples (ender3, bambu_x1c, voron_2). This adds significant meaning beyond the bare schema, compensating well for the 0% coverage.

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 verb 'Get operational intelligence' and specifies the resource 'printer' with detailed scope: firmware quirks, material compatibility, calibration guidance, known failure modes. It distinguishes from siblings by framing itself as a knowledge base for informed decisions, unique among related tools like get_printer_insights or get_printer_design_capabilities.

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 clear context for when to use: 'helps you make informed decisions about print settings, troubleshooting, and calibration without trial-and-error.' It does not explicitly list alternatives or when not to use, but the context is strong enough for an agent to understand applicability.

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