Skip to main content
Glama

create_print_service_order

Create a 3D printing order by providing a model path, URL, or text prompt. Returns a quote with local and fulfillment options for confirmation.

Instructions

Create a Print-as-a-Service order and get a quote.

        Provide ONE of ``model_path``, ``model_url``, or ``prompt``.
        Returns a quote with local and fulfillment options. Call
        ``print_service_quote`` with the order ID to confirm.

        Args:
            model_path: Local path to a 3D model file.
            model_url: URL to download a 3D model.
            prompt: Text prompt for AI model generation.
            material: Material type (default ``"pla"``).
            intent: Print intent — ``"strong"``, ``"pretty"``, or ``"cheap"``.
            quantity: Number of copies (default 1).
            color: Desired color (optional).
            prefer_local: Prefer local printing (default True).
            printer_name: Specific local printer name (optional).
            max_budget_usd: Maximum budget in USD (optional).
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo
intentNo
promptNo
materialNopla
quantityNo
model_urlNo
model_pathNo
prefer_localNo
printer_nameNo
max_budget_usdNo
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions returning a quote but does not describe side effects (e.g., order persistence, resource reservation), authentication requirements, rate limits, or potential destructiveness. The word 'create' implies mutation, but no safety details are given.

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 clear first line stating purpose, a usage note, and a clean Args list. It is appropriately sized for 10 parameters and front-loaded, though slightly verbose in the Args section.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description only vaguely mentions 'returns a quote with local and fulfillment options.' Missing details on output format, error handling, and prerequisites. Completeness is adequate but not thorough for a 10-parameter tool.

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?

Schema description coverage is 0%, so the description carries full burden. It explains all 10 parameters, including defaults for material, quantity, prefer_local, and lists example intents (strong, pretty, cheap). This adds significant meaning 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 creates a Print-as-a-Service order and returns a quote. It specifies the mutually exclusive inputs (model_path, model_url, or prompt) and includes a reference to a sibling tool (print_service_quote) for confirmation.

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 provides some usage guidance (require one of three inputs, call print_service_quote to confirm) but does not explicitly state when not to use this tool or compare with other siblings like print_service_status or cancel_print_service_order.

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