Skip to main content
Glama
SyJarvis

Bambuddy MCP Server

by SyJarvis

bambuddy_get_camera_snapshot

Read-onlyIdempotent

Capture a single live camera frame from a 3D printer to check print status visually, while keeping camera credentials and video stream private.

Instructions

Capture one current camera frame as an image. This does not expose the camera URL, credentials, or a continuous video stream.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printer_idYes
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable exclusions—no URL exposure, no credentials, no video stream—and clarifies the result is a single still image, which helps prevent common agent mistakes. It doesn't cover failure behavior (e.g. camera offline), but that is minor given the annotations.

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 front-loaded sentences with no filler. The first sentence communicates the action and output; the second earns its place by preempting confusion about URL, credentials, and streaming.

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 single-parameter read-only snapshot, the description is largely complete: it states the output (an image) and the important exclusions, and annotations carry the safety profile. The main gap is not explicitly connecting printer_id to the camera selection, and there is no mention of camera-unavailable behavior, so it is not quite a 5.

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 needed to explain that printer_id selects which printer's camera is used. It never mentions the parameter or links it to the captured frame; the agent must infer the connection from the parameter name alone.

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 names a specific verb ('Capture'), a resource ('one current camera frame'), and the output form ('as an image'). It also explicitly rules out a continuous video stream, which separates it from streaming-related camera tools and makes the tool's purpose unmistakable.

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 when you need a single still camera image. However, it does not explicitly say when to prefer it over bambuddy_get_camera_status or other printer tools, nor does it give when-not-to-use conditions.

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