Skip to main content
Glama

Language nl

timezone

Current time in a named IANA timezone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

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

  1. First observed

TDQS

C2.2/5.0
Behavior2/5

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

The description implies a read-only operation ('Current time'), which is transparent in that regard. However, it discloses nothing about behavior on invalid timezone names, return format, or error handling. The presence of unrelated parameters (url, host, json) further obscures what the tool actually does, undermining transparency about its true behavior.

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

Conciseness3/5

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

The description is a single, concise sentence with no filler. However, its brevity is misleading given the schema's four parameters — it omits any mention of the unrelated parameters or how they relate to the tool, making the concise description actively confusing rather than helpful.

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?

The description is severely incomplete for the schema it accompanies. It does not explain why url, host, and json parameters exist, what output the tool returns, or how errors are handled. An agent encountering this tool would have no way to correctly invoke it beyond guessing that 'zone' is the intended parameter, leaving the tool effectively unusable without external context.

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?

Of the four schema parameters, only 'zone' (IANA timezone name) aligns with the tool's stated purpose. The other three — url ('HTTPS URL to normalize or cite'), host ('Public hostname'), and json ('JSON text to validate; discarded after the check') — are clearly copied from unrelated tools and have no semantic connection to fetching the current time. This is a severe mismatch that would mislead an agent.

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 'Current time in a named IANA timezone' clearly identifies the core function (fetch current time) and resource (a specific timezone). However, it does not differentiate from the sibling tool 'utc-time,' which likely serves a similar purpose for UTC specifically, leaving the agent to infer the distinction.

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?

No guidance is provided on when to use this tool versus alternatives like 'utc-time.' The description also fails to clarify that only the 'zone' parameter is relevant, despite three other parameters (url, host, json) being present in the schema. There is no indication of prerequisites, edge cases, or preferred invocation patterns.

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.

TDQS

C2.5/5.0
Disambiguation3/5

Some tools overlap in purpose, such as 'citation' and 'normalize-url' both analyzing URLs, and 'compatibility' and 'status-catalog' both dealing with HTTP statuses. However, each has a distinct focus (scheme/status vs. origin/path; classification vs. catalog), so they are not fully redundant.

Naming Consistency5/5

All tool names follow a consistent kebab-case pattern with clear verb-noun or noun-only structures (e.g., 'normalize-url', 'inspect-robots', 'validate-json'). No mixed conventions or irregular naming.

Tool Count5/5

With 11 tools, the set is well-sized for a utility collection covering URL, HTTP, JSON, time, and language functions. It is within the typical 3-15 range and does not feel bloated or sparse.

Completeness3/5

The tools cover a diverse set of standalone web/REST utilities, but there is no cohesive domain or lifecycle (e.g., no CRUD operations, no clear workflow). Some areas could be missing (e.g., DNS lookup, header inspection), but each tool is self-contained for its stated purpose.