Skip to main content
Glama

Asia/Novosibirsk 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.4/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden. It only implies read-only behavior via 'Current time' and says nothing about the response format, invalid-zone handling, side effects, or the fact that the schema parameters appear to be discarded shape checks. An agent has almost no behavioral model to predict the call result.

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 front-loaded sentence with no filler or repetition. It is appropriately concise by itself, though the conciseness cannot compensate for the missing schema alignment.

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

Completeness1/5

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

With no annotations, no output schema, seven unrelated parameters, and no explanation of how to supply the timezone, the description is far from complete. An agent cannot correctly call the tool as described, and the schema mismatch is not reconciled.

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

Parameters1/5

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

The schema fields have descriptions, but none of them accepts a named IANA timezone. Fields like city, url, json, ref, and path describe unrelated or discarded inputs, so the description does not help an agent map the intended timezone argument to any parameter. This is a fundamental invocation blocker.

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

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource ('current time in a named IANA timezone') and contrasts naturally with siblings like utc-time or iaNA-zones. However, the input schema contains no field for an IANA timezone, so the stated purpose is not actionable and is operationally misleading.

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

Usage Guidelines3/5

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

The wording implies the tool is meant for non-UTC IANA timezone lookups, unlike utc-time or iana-zones, but it provides no explicit when-to-use guidance and does not mention alternatives or exclusions. The usage context is only implicit.

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.