Skip to main content
Glama
SyJarvis

Bambuddy MCP Server

by SyJarvis

bambuddy_get_camera_status

Read-onlyIdempotent

Check a 3D printer camera's live-stream health using its printer ID, without opening the stream. Get a quick status to confirm availability before viewing.

Instructions

Get live-stream health for one printer camera without opening a stream.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
printer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
request_idYes
schema_versionNo1
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description adds valuable context: it checks health without opening a stream, implying no stream session is initiated. This is a meaningful behavioral trait beyond what the annotations state.

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?

A single well-structured sentence with no redundancy. The core action is front-loaded and every word adds meaning. Perfectly sized for a simple tool.

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

Completeness5/5

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

With only one required parameter, an output schema, and annotations covering read-only, idempotent, and non-destructive behavior, the description covers all the essential context. No additional detail is needed for an agent to invoke this correctly.

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 0%, but there is only one parameter, 'printer_id', which is self-explanatory by name and title. The description's mention of 'one printer camera' hints that printer_id selects the printer whose camera status is queried, but it does not explicitly describe the parameter's role or constraints.

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?

States a specific verb ('Get'), resource ('live-stream health'), and scope ('one printer camera') in a single sentence. The phrase 'without opening a stream' clearly distinguishes it from sibling tools like get_camera_snapshot, so an agent can tell them apart immediately.

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?

The description conveys that this tool is for health checks rather than retrieving stream content, and 'without opening a stream' signals a lighter-weight alternative. It does not explicitly name a sibling or say 'use get_camera_snapshot for the actual image,' but the context is clear enough for an agent to make the right selection.

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