Skip to main content
Glama
schwarztim

Bambu Lab MCP Server

by schwarztim

printer_print_file

Start printing a 3D model file stored on the printer's SD card using Bambu Lab printers. Specify bed type, timelapse recording, and AMS filament usage.

Instructions

Start printing a file already on the printer SD card (uploaded via ftp_upload_file)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesFilename on printer storage
bed_typeNoBed plate type (default: auto)
timelapseNoEnable timelapse recording
use_amsNoUse AMS for filament (default: true)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action ('Start printing') but does not describe what happens during printing, error conditions, permissions needed, or how it interacts with other printer operations (e.g., pausing with 'printer_pause'). This leaves significant gaps in understanding the tool's behavior beyond the basic action.

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 a single, efficient sentence that front-loads the core action and prerequisite, with zero wasted words. It directly communicates the purpose and usage context without unnecessary elaboration, making it highly concise and well-structured for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a printing tool with no annotations and no output schema, the description is incomplete. It lacks details on behavioral aspects like error handling, state changes, or what the tool returns, which are critical for an AI agent to use it correctly. The description covers the basic action but fails to provide a complete operational context.

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 schema already documents all parameters thoroughly. The description does not add any additional meaning or context about the parameters beyond what the schema provides, such as explaining the implications of 'bed_type' choices or 'timelapse' effects. This meets the baseline for high schema coverage but does not enhance parameter understanding.

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 specific action ('Start printing') and resource ('a file already on the printer SD card'), and distinguishes it from the sibling tool 'ftp_upload_file' by noting the file must be pre-uploaded via that tool. This provides precise differentiation and avoids confusion with file upload operations.

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 explicitly states when to use this tool: after a file has been uploaded via 'ftp_upload_file'. However, it does not mention when not to use it or alternatives for printing from other sources, which limits full guidance. The context is clear but lacks exclusions or comparisons to other printing-related tools like 'printer_send_gcode'.

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/schwarztim/bambu-mcp'

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