Skip to main content
Glama

compare_print_options

Compare local printing costs against outsourced manufacturing quotes. Get a side-by-side estimate to choose the most cost-effective option for 3D printing.

Instructions

Compare local printing cost vs. outsourced manufacturing.

Runs a local cost estimate and (if Craftcloud is configured) fetches
a fulfillment quote, then returns a side-by-side comparison to help
agents recommend the best option.

Args:
    file_path: Path to the G-code file (for local) or model file
        (STL/3MF for fulfillment).  If a G-code file is provided,
        only local estimate is returned.
    material: Filament material for local estimate (PLA, PETG, etc.).
    fulfillment_material_id: Material ID from ``fulfillment_materials``
        for the outsourced quote.  If omitted, the fulfillment quote
        is skipped.
    quantity: Number of copies for fulfillment (default 1).
    electricity_rate: Cost per kWh in USD (default 0.12).
    printer_wattage: Printer power consumption in watts (default 200).
    shipping_country: ISO country code for fulfillment shipping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
materialNoPLA
quantityNo
file_pathYes
printer_wattageNo
electricity_rateNo
shipping_countryNoUS
fulfillment_material_idNo
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 explains that it runs a local cost estimate and optionally a fulfillment quote, returning a side-by-side comparison. It does not disclose any destructive actions, authentication needs, rate limits, or other behavioral traits beyond the basic workflow.

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 structured with a summary sentence, a brief workflow explanation, and a bullet-like Args section. It is front-loaded with the purpose. While concise, the Args section could be formatted more cleanly (e.g., actual bullet points) for better readability.

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 has 7 parameters and no output schema, the description covers conditional behavior and parameter defaults. However, it does not detail the return value structure beyond 'side-by-side comparison', which is a gap since no output schema exists.

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 input schema has zero description coverage, but the tool description provides detailed explanations for all 7 parameters, including purpose, defaults, and conditional usage (e.g., file_path explanation, fulfillment_material_id omitted skips fulfillment). This adds significant value beyond the schema definitions.

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 compares local printing cost vs. outsourced manufacturing, with specific verb 'compare' and resource 'print options'. It distinguishes itself from sibling tools like 'compare_material_properties' by focusing on cost comparison.

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 explains when to use the tool (to compare costs) and includes conditional behavior: if G-code is provided, only local estimate; if fulfillment_material_id omitted, skip fulfillment quote. However, it does not explicitly state when not to use it, nor mention alternatives such as 'estimate_cost' or 'fulfillment_quote'.

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