Skip to main content
Glama

ISO ordinal day

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

B3/5.0
Behavior2/5

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

The description gives only the basic action and result, but no behavioral traits beyond that: there is no mention of whether it performs network I/O, caching, formatting details, time zone validity handling, or that the other schema properties (url, host, json) are irrelevant to this tool. With no annotations to cover safety or side effects, the description carries the full burden and does not reveal much.

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 clean phrase with no waste, and it is front-loaded with the key information. However, it is so brief that it omits needed guidance about parameter selection, making it concise but under-specified.

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

Completeness3/5

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

For a simple time-lookup tool, the description is adequate for basic use, but it is incomplete because it does not state how to handle the irrelevant parameters, whether the zone must be a valid IANA name, or what the time format is. Since there is no output schema and the parameter set includes several unrelated fields, more context would help an agent select and invoke it correctly.

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?

Although the schema has 100% coverage, the schema itself includes properties (url, host, json) that are unrelated to the tool's stated purpose. The description only adds the concept of 'IANA timezone,' but does not clarify that only 'zone' is relevant, nor does it explain that the other parameters are ignored or accepted for compatibility. This is a significant semantic gap despite schema coverage.

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 the tool's purpose: 'Current time in a named IANA timezone.' It specifies the resource ('named IANA timezone') and what it returns (current time). However, its naming and brevity leave the distinction from siblings less explicit.

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 description implies that you supply a timezone name and get the current time, but it does not explicitly state when to use this versus alternatives, nor does it mention that the zone is a required parameter despite none being marked required in the schema. It gives no guidance on edge cases or exclusions.

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.2/5.0
Disambiguation3/5

Several tools cluster around related concerns: citation and normalize-url both work with URLs, and timezone/utc-time/iso-ordinal all deal with time. Descriptions are usually enough to tell them apart, but 'compatibility' is vague and could easily be confused with status-catalog or citation.

Naming Consistency2/5

Names mix noun phrases like timezone and status-catalog with verb-object names like inspect-robots, normalize-url, and validate-json. The hyphenated lowercase style is consistent, but there is no predictable verb_noun pattern across the set.

Tool Count3/5

11 tools is not an unreasonable number for a general utility server, but the set feels like a kitchen-sink collection rather than a focused toolkit. Given the server name 'ISO ordinal day', most of the tools are outside the apparent purpose.

Completeness2/5

There is no single coherent domain to assess, and each area is only thinly covered: URL tools lack encoding/decoding, time tools lack conversions between formats, and JSON support stops at validation. This makes the surface feel incomplete for almost any intended workflow.