Skip to main content
Glama

submit_provider_job

Submit a 3D print job to a connected provider. Provide a public file URL and material; optional printer ID. Returns a job reference for tracking progress.

Instructions

Submit a print job through a connected provider integration.

        Args:
            file_url: Public URL of the model file to print.
            material: Material to print with (e.g. "PLA", "PETG").
            printer_id: Optional target printer ID.  If omitted, provider
                auto-assigns the best available printer.

        Returns a provider-managed job reference. Use
        ``provider_job_status`` to track progress.
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_urlYes
materialYes
printer_idNo
Behavior2/5

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

No annotations are provided, so the description must convey all behavioral traits. It mentions that the job is 'provider-managed' and returns a reference, implying asynchronous behavior, but does not disclose specifics like authentication requirements, rate limits, failure modes, or side effects (e.g., costs). This minimal disclosure is insufficient for a tool that integrates with external services.

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. It begins with a clear purpose statement, followed by a bulleted list of arguments with explanations, and ends with the return value and follow-up suggestion. Every sentence adds value; there is no fluff.

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 3-parameter tool with no output schema, the description covers the input parameters and the return value (a job reference). It mentions a follow-up tool for tracking. However, it does not address prerequisites (e.g., need a connected provider account), error conditions, or the async nature of the operation. These omissions leave some contextual gaps.

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 description adds value beyond the schema by explaining each parameter's purpose: 'file_url' as a public URL, 'material' with examples, and 'printer_id' with the auto-assignment behavior. With 0% schema coverage, the description compensates adequately. However, it lacks details on valid URL formats, material list restrictions, or printer ID format, preventing a perfect score.

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 action ('Submit a print job') and the context ('through a connected provider integration'). It distinguishes this tool from siblings by specifying that it works with a provider integration, as opposed to direct submission. The verb 'submit' and resource 'print job' are specific and unambiguous.

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 context for the optional printer_id parameter ('If omitted, provider auto-assigns'), giving some guidance on when to use it. It also directs users to use 'provider_job_status' for tracking, indicating a follow-up step. However, it does not explicitly state when to use this tool versus alternatives like 'submit_job', nor does it mention prerequisites (e.g., having a connected provider account). There is no exclusionary guidance.

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