Skip to main content
Glama

Asia/Barnaul clock

timezone

Current time in a named IANA timezone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description alone must convey behavior. It does not mention side effects or lack thereof (e.g., read-only nature), nor does it clarify that parameters like 'ref', 'url', or 'query' are ignored. This could mislead an agent into thinking those parameters affect the time calculation.

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 a single concise sentence that is front-loaded with the core purpose. It is easy to read and does not include fluff. However, the brevity may be excessive given the unusual parameter list, but as a standalone summary it is well-formed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of nine parameters, none required, and many seemingly unrelated to timezone, the description is incomplete. It does not explain how the tool handles these parameters or which ones are actually used, leaving a significant gap in the tool's operational context. The contextually complete description would need to acknowledge the disregarded parameters.

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

Parameters2/5

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

The schema includes descriptions for all parameters, but most are irrelevant to the tool's stated purpose (e.g., 'ref' is a Git ref, 'url' is a web address, 'city' is a weather hint). The only meaningful parameter, 'zone', is described adequately, but the rest add noise. The description does not explain why these unrelated parameters exist or how they are handled.

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 clearly states that the tool returns the current time for a named IANA timezone, which is a specific and unambiguous purpose. It does not, however, differentiate itself from closely related tools like 'utc-time' or 'tz-asia-barnaul' in the sibling list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It is a one-line statement with no mention of use cases, prerequisites, or which parameters actually matter. For instance, it does not clarify that many listed parameters are irrelevant to timezone lookup.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.