Skip to main content
Glama
schwarztim

Bambu Lab MCP Server

by schwarztim

set_temperature

Adjust nozzle or bed temperature for Bambu Lab 3D printers by setting specific Celsius values within safe operating limits.

Instructions

Set nozzle or bed temperature via G-code. Validates against safe limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesWhich heater to set
temperatureYesTemperature in Celsius (nozzle max: 300, bed max: 120)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds value by mentioning validation against safe limits, which hints at safety checks and constraints. However, it doesn't cover other critical behaviors like error handling, response format, or whether this is a blocking command, leaving gaps for a mutation tool.

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 includes essential context (G-code method and validation). Every word earns its place, with no redundancy or fluff, making it highly concise and well-structured.

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?

Given a mutation tool with no annotations and no output schema, the description is moderately complete. It covers the purpose and hints at safety, but lacks details on behavioral outcomes, error cases, or integration with sibling tools. For a 2-parameter tool, it's adequate but has clear gaps in guiding effective use.

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%, with clear descriptions for both parameters (e.g., 'Which heater to set' and temperature limits). The description adds minimal semantics by reinforcing the temperature limits in parentheses, but this mostly repeats schema info. Baseline 3 is appropriate as the schema does the heavy lifting.

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 clearly states the action ('Set'), the resource ('nozzle or bed temperature'), and the method ('via G-code'), which is specific and unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'set_nozzle' or 'printer_set_speed', which might have overlapping functionality in a 3D printing context.

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?

The description provides no guidance on when to use this tool versus alternatives like 'set_nozzle' or 'printer_send_gcode' (which could also handle temperature commands). It lacks context about prerequisites, timing, or exclusions, leaving the agent to infer usage from the tool name 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/schwarztim/bambu-mcp'

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