Skip to main content
Glama
marctheshark3

bambu-p1s-mcp

printer_upload

Transfer sliced .3mf or .gcode files to the printer via FTPS, with confirm flag required to initiate upload. Send local prints to the printer for execution.

Instructions

Upload a sliced .gcode.3mf / .3mf / .gcode to the printer over FTPS. Requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
local_pathYes
remote_nameNo
Behavior3/5

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

With no annotations available, the description carries the burden of behavioral disclosure. It usefully discloses FTPS transport and the mandatory confirm=true gate, but does not state whether an existing remote file is overwritten, whether authentication is needed, or what happens on failure. Key side effects remain undocumented.

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?

One sentence that front-loads the action, target, file types, and the critical confirm requirement. There is no filler; every phrase contributes to the agent's decision and invocation. The compactness is a strength, not a gap.

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 3-parameter upload with no output schema and no annotations, the description covers the core operation and the important confirm gate. However, remote_name semantics, overwrite behavior, and post-upload effects are missing. It is adequate for a straightforward call but leaves room for guessing.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to compensate. It partially does by implying local_path is the file to upload and by requiring confirm=true, but it never explains remote_name or its null default. This is insufficient for the three parameters present.

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?

States the specific operation ('Upload'), target ('printer'), allowed file types, and transport protocol (FTPS). This clearly separates it from read/control siblings like printer_status and printer_pause, though it does not explicitly name an alternative.

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?

Gives a clear trigger: call this when a sliced file needs to be transferred to the printer. It does not discuss when to prefer printer_print or slice_model_file, and there are no explicit exclusion criteria. The 'Requires confirm=true' note is a precondition rather than a selection guideline.

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

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