Skip to main content
Glama

ISO country OM

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.6/5.0
Behavior2/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. 'Current time' implies a read-only operation, but the description does not disclose the return format, how invalid timezone names are handled, or that the schema contains nine mostly unrelated parameters with no explicit timezone field. The description is not contradictory, but it is largely opaque.

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 sentence with no filler, and the core action is front-loaded. It is efficient and easy to scan, though it may be too terse to provide necessary operational context. Still, it earns a strong score on conciseness.

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, and nine optional parameters, this one-line description is completely inadequate. It omits how to specify the timezone, what the response contains, and how the unrelated parameters relate to the tool. An agent cannot reliably invoke this tool correctly based on the description alone.

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 covers all nine parameters with individual descriptions, which would normally support a baseline of 3. However, the description's key concept—'named IANA timezone'—has no corresponding schema property; the parameters are git refs, URLs, cities, feeds, hosts, JSON, and paths. The description therefore gives an agent no way to determine which parameter supplies the timezone.

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 states an explicit operation—retrieve the current time—and an explicit resource scope, 'named IANA timezone'. This distinguishes it from sibling tools like utc-time and iana-zones even though it does not name them. It is not a tautology and communicates the core purpose clearly.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus the related utc-time or iana-zones tools. There are no alternative tools mentioned, no exclusions, and no context such as 'use this when you need a specific timezone rather than UTC.' Usage is only weakly implied by the phrase 'named IANA timezone.'

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.