Skip to main content
Glama
dylansantwani

bambu-cloud-mcp

get_version

Retrieve firmware and module versions from a Bambu Lab 3D printer to confirm software status and identify updates.

Instructions

Get firmware and module version information from a printer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printerNoPrinter ID, 'all', or omit for single printer
Behavior2/5

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

With no annotations provided, the description must carry the behavioral transparency burden. It only names the information returned (firmware/module versions) and gives no detail on behavior such as output format, handling of 'all' versus a specific printer, or whether any side effects could occur. 'Get' implies a read operation, but the description does not disclose anything beyond that.

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, front-loaded sentence with no filler or redundant phrasing. It conveys the action, the subject, and the scope efficiently.

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

Completeness4/5

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

For a simple read-only information tool with one optional parameter, the description plus the schema is mostly sufficient. The only notable gap is the lack of an output schema or any indication of the response structure, but the parameter semantics are clearly covered.

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?

The input schema already documents the only parameter with 100% coverage: 'Printer ID, 'all', or omit for single printer'. The description adds no additional parameter-level meaning, so the baseline of 3 applies.

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 states a specific action ('Get') and resource ('firmware and module version information from a printer'), which clearly identifies what the tool does. It does not explicitly differentiate from sibling tools like get_status or cloud_status, but the version-specific focus is distinct enough.

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?

The intended use is implied: call this tool when firmware or module version details are needed for a printer. However, it provides no explicit guidance on when to prefer it over similar status-related sibling tools, and it mentions no exclusions.

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