Skip to main content
Glama
dmikushin

orca-slicer-mcp

by dmikushin

print_gcode

Upload a local .gcode file to a Creality printer via SSH and start printing, or upload only to stage the file for later use.

Instructions

Send a local .gcode file to the Creality printer and start printing it.

Reaches the printer's web UI through the docker container on the configured SSH host, bypassing the public oauth2-proxy gate, and drives the same two web actions a human would: upload the file, then start the print.

Set start=False to upload only and leave the file staged on the printer.

Configuration (environment variables): CREALITY_SSH_HOST (default t580), CREALITY_PROXY_CONTAINER (default creality-proxy), CREALITY_GCODE_DIR (default /usr/data/printer_data/gcodes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startNo
gcode_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the tool bypasses the public oauth2-proxy gate, interacts with the printer's web UI, and performs two web actions (upload and start). It also explains the optional upload-only behavior. While it doesn't elaborate on error handling or printer state, it adequately conveys the non-obvious internal process.

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 a single paragraph of three sentences. It front-loads the primary purpose, then explains the mechanism, and finishes with the optional parameter and configuration. Each sentence adds unique value without redundancy or extraneous detail, though slightly verbose with configuration details that could be assumed.

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?

The description covers purpose, mechanism, optional behavior, and configuration variables. It does not detail return values (but output schema exists) or error handling. For a tool that sends a file and starts a print, the description is reasonably complete given the presence of an output schema and the complexity of the operation.

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?

Despite 0% schema description coverage, the description adds substantial meaning to both parameters. It explains that 'gcode_path' is the local file to send (implicitly via 'Send a local .gcode file') and explicitly describes the 'start' parameter (default true to start print, false to only upload). This compensates for the lack of per-parameter documentation in the 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 verb 'Send' and the resource 'local .gcode file', with the specific outcome 'start printing it'. This distinguishes it from siblings like export_gcode (exporting) and process_model (processing 3D models), providing unambiguous purpose.

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 send and print a gcode file), includes an important usage variant (set start=False to upload only), and details the underlying mechanism (via docker container, bypassing oauth). It does not explicitly state when not to use or list alternatives, but the context from siblings and the clear purpose make usage guidelines sufficiently clear.

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/dmikushin/orca-slicer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server