Skip to main content
Glama
nuxnik

Busy Bar MCP Server

by nuxnik

get_account_backend

Retrieves the MQTT backend configuration for the linked account, exposing server URL and certificate settings to troubleshoot connection issues.

Instructions

Retrieve MQTT backend configuration for the linked account from the Busy Bar device.

This tool queries GET /api/account/backend via `AccountApi.get_account_backend()` to
inspect how the device is configured to reach the busy bar server over MQTT.

Returns an AccountBackend object containing:
    - server_url (str): MQTT server URL to connect to (e.g., "default", "mqtts://mqtt.example.com:8883")
    - client_cert_type (str): Client certificate type, one of "default", "custom", or "none"
    - ignore_server_cert (bool): Whether to ignore the server certificate during TLS handshake

Use case:
    Inspect backend configuration during MQTT troubleshooting; confirm the server URL
    and certificate settings match expectations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It explicitly states the HTTP method (GET), the return object type, and the meaning of each return field. It does not mention error conditions or authentication, but for a read-only configuration getter, this is adequate context.

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-organized: a one-sentence summary, an explanation of the underlying API call, a bulleted list of return fields, and a use case. Every section adds value, and the structure makes the information easily scannable.

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?

Given the tool has zero parameters and no output schema, the description fully compensates by detailing the return object structure and the practical use case. This is complete enough for an agent to understand what the tool does and when to invoke it, with no ambiguity relative to sibling getters.

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 description has no parameter semantics to explain. According to the baseline for 0 parameters, a score of 4 is appropriate—the description correctly focuses on the return value and use case instead.

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 ('Retrieve') and resource ('MQTT backend configuration'), and immediately names the exact API method (GET /api/account/backend). This clearly distinguishes it from sibling getter tools like get_transport or get_account_info, which target different resources.

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 'Use case' section provides explicit guidance on when to use the tool (during MQTT troubleshooting, confirming server URL and certificate settings). It does not name alternative tools, but the clear scenario is sufficient to guide selection among the many getter siblings.

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