Skip to main content
Glama
ceweldy

Bambu Printer MCP

by ceweldy

reread_ams_rfid

Trigger RFID re-read for an AMS slot to update filament type and attributes. Ensure printer is idle and unloaded.

Instructions

Trigger a Bambu AMS RFID re-read for one AMS slot. This can move AMS filament; use only when the printer is idle and unloaded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoHostname or IP of the printer (default: value from env)
ams_idYesAMS unit index from 0 to 3
printerNoConfigured printer ID. Omit to use the default printer or the only configured printer.
slot_idYesSlot index within that AMS, from 0 to 3
bambu_tokenNoAccess token (default: value from env)
bambu_serialNoSerial number (default: value from env)
Behavior4/5

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

With no annotations, the description discloses key behavioral trait: 'This can move AMS filament'. Warns about idle/unloaded requirement, implying potential risk if used during operation. Could mention more about side effects, but sufficient for safety.

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?

Two efficient sentences: first defines action, second provides critical usage warning. No unnecessary words.

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?

Covers purpose, usage condition, and behavioral side effect. Lacks error handling or return value details, but for a simple triggering tool with no output schema, this is adequate.

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?

Input schema has 100% description coverage for all 6 parameters. Description adds no additional information beyond parameter names and defaults already present in schema.

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?

Description states specific verb 'Trigger a Bambu AMS RFID re-read' and target resource 'one AMS slot'. Distinct from sibling tools like 'resolve_3mf_ams_slots' which handles file-based slot resolution, not hardware RFID re-read.

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?

Clearly states precondition: 'use only when the printer is idle and unloaded'. Does not explicitly mention when not to use or list alternative tools, but the condition is critical and well-communicated.

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