Skip to main content
Glama
nuxnik

Busy Bar MCP Server

by nuxnik

get_timezone

Retrieve the timezone configured on a Busy Bar device to verify time settings or identify when an update is needed. Returns timezone name, UTC offset, and abbreviation.

Instructions

Retrieve the current timezone configured on the Busy Bar device.

This tool queries /api/time/timezone on the device and returns the currently
active timezone configuration including the display name, UTC offset, and
abbreviation.

Returns a TimezoneInfo object containing:
    - name:  str  — human-readable timezone name (e.g., 'America/New_York')
    - offset: str — UTC offset string (e.g., '-05:00', '+05:30')
    - abbr:   str — timezone abbreviation (e.g., 'EST', 'IST')

Use case:
    Checking which timezone the device is configured to so you can display
    times correctly or decide whether an update is needed.

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 of disclosure. It explicitly states that the tool 'queries /api/time/timezone' and returns a TimezoneInfo object with fields (name, offset, abbr), making the read-only nature clear. It does not discuss error conditions or permissions, but for a zero-parameter fetch this is adequate.

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 efficiently structured: a one-sentence summary, the endpoint path, a formatted list of return fields with types, and a practical use case. Every sentence contributes value without redundancy.

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?

The tool is simple (zero params, no output schema), but the description fully specifies the return shape and types. It provides enough context for an agent to invoke the tool and interpret the result without additional 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?

There are no parameters, and the schema properties object is empty (100% coverage by default). The baseline of 4 applies, and the description adds no parameter-specific details because none are needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 ('current timezone configured on the Busy Bar device'), clearly stating the tool's function. It does not explicitly contrast with sibling tools like get_time or get_tzlist, but the phrase 'configured timezone' makes the intent distinct enough.

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?

A 'Use case' section provides clear context for when to call this tool: 'Checking which timezone the device is configured to so you can display times correctly or decide whether an update is needed.' However, it does not mention when not to use it or name alternative tools, so it stops short of full guidance.

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