Skip to main content
Glama
ShreddyKrueger75

OrcaSlicer MCP

start_print

Start a print job from a file already on the printer, after user confirmation and verifying the printer is idle. Reports errors if start fails.

Instructions

Start printing a file already on the printer (see upload_gcode).

PHYSICAL ACTION — heats the printer and can run for days. Confirm with the user before calling.

Refuses unless the printer is idle, finished, or stopped, then polls until it demonstrably starts (some firmwares silently drop start commands sent while busy) and reports the printer's error code if it fails.

plate_cleared: only ever set this True after the USER tells you the build plate is empty. Do not infer it, and do not set it to retry a refusal — if the last job finished or was stopped, its part is probably still on the plate and the toolhead will crash into it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
filenameYes
plate_clearedNo
Behavior5/5

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

In the absence of annotations, the description fully discloses the physical action, heating, long runtime, refusal logic, polling behavior, and error reporting. It also warns about firmware issues and crash risks.

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 well-structured with the main purpose first, then detailed behavior and parameter guidance. Every sentence adds value, though it is moderately lengthy.

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?

For a tool with 3 parameters, no annotations, and no output schema, the description covers purpose, prerequisites, usage conditions, parameter semantics, behavioral details, and safety warnings comprehensively.

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 thoroughly explains the plate_cleared parameter and its proper usage, but does not mention the host parameter. Given 0% schema coverage, the description adds significant value but has a minor gap.

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 it starts printing a file already on the printer, referencing upload_gcode as a prerequisite, which distinguishes it from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to call (file on printer, after user confirmation) and conditions for acceptance (printer idle, finished, or stopped). Provides clear warnings about setting plate_cleared only when user confirms plate is empty.

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/ShreddyKrueger75/claude-orcaslicer-mcp'

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