Skip to main content
Glama
ceweldy

Bambu Printer MCP

by ceweldy

bambu_network_bridge_status

Probe the BambuNetwork bridge runtime to verify cloud and agent connectivity for printer fleet status.

Instructions

Inspect or probe the FULU OrcaSlicer-bambulab BambuNetwork bridge runtime used for cloud and restored BambuNetwork printing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectNoWhen true, start the bridge command and run a handshake plus agent initialization probe.
user_infoNoOptional BambuNetwork user_info JSON string to pass to net.change_user after the agent starts.
timeout_msNoBridge request timeout in milliseconds for the connect probe.
country_codeNoBambuNetwork country code, such as US, used by the agent during startup.
bridge_commandNoOverride command for the FULU bridge host or macOS/WSL wrapper; defaults to BAMBU_NETWORK_BRIDGE_COMMAND.
bambu_network_config_dirNoConfig/log directory used by the BambuNetwork agent; defaults to BAMBU_NETWORK_CONFIG_DIR or a user config directory.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It fails to state whether the tool is read-only, changes state, requires authentication, or has side effects. 'Inspect or probe' implies a read operation but is not explicit, leaving safety unknown.

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 sentence of 20 words, efficiently conveying the core purpose without wasted verbiage. It is front-loaded with the action and resource.

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?

With 6 parameters, no output schema, and no annotations, the description is too minimal. It does not explain the impact of parameters (e.g., what happens with 'connect' true/false), expected output format, or default behavior when no parameters are provided. This leaves significant gaps for the agent.

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 coverage is 100% with descriptive parameter names and inline descriptions. The tool description adds no extra semantic value beyond the schema. Per the guideline, this earns a baseline of 3.

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?

The description uses specific verbs 'inspect or probe' and identifies the resource as the 'FULU OrcaSlicer-bambulab BambuNetwork bridge runtime'. It adds context about cloud and restored printing. However, it does not explicitly differentiate from sibling tools like 'bambu_network_call' or general status tools, leaving some ambiguity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool over alternatives (e.g., 'bambu_network_call' or 'get_fleet_status'). No conditions, prerequisites, or exclusions are mentioned. The agent must infer usage from the name and description alone.

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

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