Skip to main content
Glama
dylansantwani

bambu-cloud-mcp

start_print

Start a 3D print job directly from a file already stored on the printer's SD card. Supports .3mf and .gcode files, so you can begin printing without uploading again.

Instructions

Start printing a file that is already on the printer's SD card. Supports .3mf and .gcode files. Use list_files to see available files, or upload_file to add one first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesFilename on the printer's SD card (e.g. 'model.3mf' or 'benchy.gcode')
pathNoDirectory path where the file was found by list_files (e.g. '/', '/cache/'). If omitted, defaults based on printer model.
plateNoPlate number for .3mf files (1-based, default: 1)
printerNoPrinter ID, 'all', or omit for single printer
use_amsNoUse AMS for filament. Default: true
bed_typeNoBed/plate type. Default: auto
flow_caliNoEnable flow calibration. Default: false
timelapseNoRecord timelapse. Default: false
ams_mappingNoAMS slot mapping array. Index = color in file, value = AMS slot (0-3) or -1 for external spool. Default: [0]
bed_levelingNoEnable auto bed leveling. Default: true
layer_inspectNoEnable first layer inspection. Default: false
vibration_caliNoEnable vibration calibration. Default: false
nozzle_offset_caliNoEnable nozzle offset calibration check before printing (H2D dual-nozzle only). Default: false
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It reveals that the file must already be on the SD card and that only .3mf and .gcode are supported. However, it does not mention side effects such as whether an ongoing print is interrupted, whether the call is asynchronous, or what a successful response contains.

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 two sentences with no filler. It front-loads the core action, then gives supported file types and a minimal workflow. Every sentence contributes useful guidance.

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?

For a 13-parameter physical action with no annotations and no output schema, the description covers prerequisites and supported formats but omits return behavior, error conditions, and side effects on the printer. It is adequate for basic invocation but has meaningful gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds little beyond the schema: the 'already on SD card' constraint and supported formats are already reflected in the file and path parameter descriptions. It does not explain the more complex parameters like ams_mapping or bed_type.

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 states a specific action and resource: 'Start printing a file that is already on the printer's SD card.' It names supported file types and points to list_files and upload_file, which clearly distinguishes it from sibling tools such as upload_file, pause_print, or stop_print.

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 gives explicit workflow guidance: use list_files to find available files or upload_file to add one first. It does not explicitly contrast with start_prints or the pause/resume/stop siblings, but the intended invocation context is 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/dylansantwani/bambu-cloud-mcp'

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