Skip to main content
Glama

fulfillment_quote

Get a manufacturing quote for your 3D model. Upload an STL, 3MF, or OBJ file, choose material and quantity, and receive pricing from 150+ print services with lead time and shipping options.

Instructions

Get a manufacturing quote for a 3D model from Craftcloud.

        Args:
            file_path: Absolute path to the model file (STL, 3MF, OBJ).
            material_id: Material ID from ``fulfillment_materials``.
            quantity: Number of copies to print (default 1).
            shipping_country: ISO country code for shipping (default "US").

        Uploads the model, returns pricing from Craftcloud's network of 150+
        print services, including unit price, total, lead time, and shipping
        options. A Kiln orchestration fee is shown separately so
        the user sees the full cost before committing.

        If a payment method is linked, a hold is placed on the fee amount
        at quote time (Stripe auth-and-capture).  The hold is captured
        when the order is placed via ``fulfillment_order``, or released
        if the user doesn't proceed.

        Use the returned ``quote_id`` with ``fulfillment_order`` to place the
        order.
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quantityNo
file_pathYes
material_idYes
shipping_countryNoUS
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: upload process, return values (pricing, lead time, shipping), fee breakdown, and the payment hold/capture mechanism. This is comprehensive and goes beyond minimal expectations.

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 well-structured and concise: it opens with a clear purpose statement, follows with parameter documentation, then describes behavior and return values, and ends with a usage directive. Every sentence serves a purpose, and the information is front-loaded.

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?

The description is contextually complete for a quote-gathering tool: it explains the entire flow from input to output, including the payment hold mechanism, fee breakdown, and next step (use fulfillment_order). It does not explicitly mention error handling, but the depth of behavioral context compensates.

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 coverage is 0%, so the description bears the full load. It provides clear parameter descriptions including source for material_id ('from fulfillment_materials'), unit for quantity, and format for shipping_country (ISO code). This adds significant semantic value beyond the bare schema.

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's purpose with a specific verb ('Get quote') and resource ('for a 3D model from Craftcloud'). It differentiates from sibling tools like fulfillment_order and fulfillment_materials by explaining the workflow: use this to get a quote, then use fulfillment_order to place the order.

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 usage context: it is the first step in the fulfillment workflow, and it directs the user to use the returned quote_id with fulfillment_order. However, it does not explicitly exclude use cases like cached quotes, which a sibling tool addresses. Thus, guidance is good but not exhaustive.

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