Skip to main content
Glama

submit_job

Submit a G-code file to the print queue, optionally target a specific printer or set priority for scheduling.

Instructions

Submit a print job to the queue.

Free tier allows up to 10 queued jobs for single-printer use.
Pro tier unlocks unlimited queue depth with multi-printer scheduling.

Args:
    file_name: G-code file name (must already exist on the printer).
    printer_name: Target printer name, or omit to let the scheduler
        pick any idle printer.
    priority: Higher values are scheduled first (default 0).

Jobs are executed in priority order, with FIFO tie-breaking.
Use ``job_status`` to check progress and ``queue_summary`` for an overview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priorityNo
file_nameYes
printer_nameNo
Behavior3/5

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

The description discloses the execution order (priority with FIFO tie-breaking) and tier limitations. It does not mention error behavior, idempotency, or whether the action is reversible, leaving gaps in transparency. Since no annotations exist, the description carries full burden.

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: an opening line stating purpose, tier information, a clear parameter list in docstring style, execution order, and references to related tools. Every sentence is useful and efficiently conveys information.

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?

While the description covers the tool's core behavior and tier limits, it lacks information about the tool's return value (e.g., job ID) and prerequisites (e.g., printer registration, connectivity). Given no output schema, this omission reduces completeness for a relatively simple submission tool.

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 description adds significant meaning beyond the bare input schema: it explains that file_name must already exist on the printer, that omitting printer_name lets the scheduler choose, and that priority defaults to 0. This is valuable context the schema alone does not provide, especially given 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Submit a print job to the queue.' It outlines the parameters and their effects. However, it does not explicitly differentiate this tool from similar siblings like 'fleet_submit_job' or 'submit_provider_job', though it references related status tools.

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 on free vs pro tier limits and explains parameter usage (e.g., omit printer_name for auto-scheduling). However, it lacks explicit guidance on when to use this tool over alternatives or what prerequisites are needed beyond file existence.

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