Skip to main content
Glama
nuxnik

Busy Bar MCP Server

by nuxnik

get_smart_home_pairing_status

Check the current Matter fabric count and the latest pairing result to verify smart home commissioning before troubleshooting connectivity or starting a new setup.

Instructions

Retrieve smart home commissioning (pairing) status from the Busy Bar device.

This tool queries GET /api/smart_home/pairing via `SmartHomeApi.get_smart_home_commissioning_status()`
to learn how many Matter fabric entries exist and the latest pairing outcome.

Returns a SmartHomePairingInfo object containing:
    - fabric_count (int): Number of commissioned Matter fabrics
    - latest_pairing_status (str | null): Status of the most recent pairing attempt
        (e.g., "success", "failure", or null if no attempt yet)

Use case:
    Verify smart home device commissioning state before troubleshooting connectivity,
    confirming pairings, or starting a new setup flow.

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 provided, the description carries the full burden of behavioral disclosure. It clearly states the tool 'queries GET /api/smart_home/pairing' and returns a SmartHomePairingInfo object with specific fields, implying a safe read-only operation. However, it does not explicitly state that no state changes occur or mention any error behavior, which would have made it fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with an initial one-line summary, a technical detail about the API call, a clear bulleted list of return fields, and a use case. It is somewhat verbose but each sentence carries useful information, and the front-loading is effective.

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's simplicity (zero parameters, no output schema), the description is thorough. It explains the underlying API endpoint, the exact return object fields with types and examples, and the use case. No critical information is missing for an agent to invoke or interpret the result.

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 baseline is 4. The description adds value by explaining the return semantics (fabric_count and latest_pairing_status) and the meaning of the status values, which is useful given the absence of a parameter schema.

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 'Retrieve smart home commissioning (pairing) status from the Busy Bar device,' which clearly states the verb (retrieve), resource (smart home commissioning status), and scope (from the Busy Bar device). It distinguishes from sibling tools by focusing specifically on pairing status rather than switch state or other smart home aspects, and provides specific return fields.

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 clear use case: 'Verify smart home device commissioning state before troubleshooting connectivity, confirming pairings, or starting a new setup flow.' This indicates when to use the tool, but it does not explicitly mention alternatives or when not to use it, so it falls short of the full 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