Skip to main content
Glama
nuxnik

Busy Bar MCP Server

by nuxnik

get_device_status

Check the current health and operational state of the Busy Bar device, including hardware identifiers, firmware details, system metrics, and power status.

Instructions

Retrieve the current device status from the Busy Bar device.

This tool queries GET /api/status via `SystemApi.get_status()` and returns a comprehensive
overview of whether the device is online and healthy.  The response bundles four sub-objects:
device, firmware, system, and power.

Returns a Status object containing:
    - device (StatusDevice): Hardware identifiers — serial_number, usb_mac, wifi_mac,
      ble_mac, otp_valid, otp_model, otp_timestamp, firmware_security
    - firmware (StatusFirmware): Firmware details — version, target, branch, build_date,
      commit_hash, intercom_version, nwp_version, matter_version
    - system (StatusSystem): System metrics — api_semver, uptime, boot_time, auto_update_enabled
    - power (StatusPower): Power state — state (discharging/charging/charged), battery_charge
      (int %), battery_voltage (mV), battery_current (mA), usb_voltage (mV)

Use case:
    A quick health-check to confirm the device is reachable and in a valid
    operational state before issuing other commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

There are no annotations, so the description carries the full burden. It discloses the exact API call (GET /api/status via SystemApi.get_status()) and the complete response structure, covering all four sub-objects and their fields. It does not mention error behavior or explicitly state it is read-only, but the verb 'Retrieve' and the health-check context make the read-only nature clear. This is strong, but not exhaustive.

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?

Although it is long, every sentence serves a purpose: purpose statement, method, detailed response breakdown, and use case. The bullet-list format makes the field details easy to scan, and there is no redundant or filler content.

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 no output schema, the description must fully explain the return value, and it does so exhaustively. It covers all four sub-objects and their specific fields, plus the use case. There is no missing context for a 0-parameter health-check tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has 0 parameters, so the baseline is 4. The description correctly focuses on the return value instead of parameters, and there is no parameter information to add.

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 opens with a specific verb and resource: "Retrieve the current device status from the Busy Bar device." It clearly distinguishes itself from sibling tools by explaining it returns a comprehensive bundle of device, firmware, system, and power sub-objects, which is more than any single sibling like get_device_info or get_system_status.

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 includes a clear use case: "A quick health-check to confirm the device is reachable and in a valid operational state before issuing other commands." This provides context for when to use it, though it does not explicitly name alternatives or state when not to use it, so it falls just short of a 5.

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/nuxnik/busybar-mcp'

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