Skip to main content
Glama
nuxnik

Busy Bar MCP Server

by nuxnik

get_system_status

Retrieve detailed system metrics, including uptime and boot time, to monitor resource usage and avoid exhausting the device during heavy operations.

Instructions

Retrieve detailed system metrics from the Busy Bar device.

This tool queries GET /api/status/system via `SystemApi.get_status_system()` to get
runtime resource usage and health information.

Returns a StatusSystem object containing:
    - api_semver (str): API SemVer string (e.g., "0.0.0")
    - uptime (str): System uptime as a human-readable duration (e.g., "00d 00h 04m 13s")
    - boot_time (int): System boot timestamp as Unix epoch seconds
    - auto_update_enabled (bool): Whether automatic firmware updates are enabled

Use case:
    Monitor available system resources before performing heavy operations (e.g. large
    file uploads or firmware updates) to avoid exhausting the device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool performs a GET request (implying read-only), and explicitly lists the return fields with types and descriptions. This gives a transparent picture of behavior, though it does not mention potential errors or permissions.

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 well-structured and front-loaded with a one-sentence summary, followed by technical context, a bulleted return-field list, and a practical use case. Every section adds value without unnecessary padding.

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?

For a simple, parameterless tool, the description is complete. It explains what the tool does, the endpoint it calls, the return structure (since no output schema exists), and a specific usage scenario. The context signals indicate low complexity, and the description fully covers all necessary information.

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 zero parameters, so the input schema is empty. The baseline for 0 params is 4. The description correctly avoids adding unnecessary parameter info, and the schema coverage is 100% by virtue of having no properties.

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 first sentence clearly states the verb ('Retrieve') and resource ('detailed system metrics from the Busy Bar device'). It distinguishes itself from sibling tools like get_storage_status or get_power_status by focusing on system-wide resource usage and health information.

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 provides a concrete use case: monitoring available system resources before heavy operations to avoid exhausting the device. This gives clear context for when to use the tool, though it does not explicitly name alternatives or state when not to use it.

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