Skip to main content
Glama
SyJarvis

Bambuddy MCP Server

by SyJarvis

bambuddy_get_current_print

Read-onlyIdempotent

Retrieve the current print job summary for a Bambuddy printer by providing its printer ID.

Instructions

Get the current print job summary for one Bambuddy printer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
request_idYes
schema_versionNo1
Behavior3/5

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

The annotations already declare read-only, idempotent, non-destructive behavior. The description adds the 'current' and 'summary' qualifiers, but does not disclose behavior for edge cases such as no active print job, offline printer, or staleness of the returned summary.

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 one front-loaded sentence with no filler. Every word contributes to identifying the operation, the resource, and the scope.

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?

Given the low complexity, one self-explanatory parameter, read-only annotations, and an output schema, the description covers the core calling context adequately. It is only weakened by the lack of explicit routing against sibling tools.

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 should compensate for the single parameter. It only indirectly maps to printer_id through 'for one Bambuddy printer' and provides no guidance on how to obtain valid printer IDs or what 'current' means relative to the job.

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?

The description uses a specific verb ('Get'), a precise resource ('current print job summary'), and scopes it to 'one Bambuddy printer'. This clearly distinguishes it from siblings like get_printer_status, prepare_print, and list_printers.

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?

There is no guidance on when to prefer this tool over related siblings, especially get_printer_status, which could also describe current printer state. The agent must infer the intended usage from the resource 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/SyJarvis/bambuddy-mcp'

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