Skip to main content
Glama

Language ar

iana-zones

Common IANA timezone names for clock calls.

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

D1.3/5.0
Behavior1/5

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

With no annotations available, the description must disclose behavior, but it only mentions 'for clock calls' without explaining side effects, network usage, read-only nature, or any operational details. The behavior remains completely opaque.

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

Conciseness2/5

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

The description is very short and front-loaded, which is positive, but it omits critical information like the action performed and parameter relevance. Conciseness alone does not compensate for the lack of substance.

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?

Given the simple tool name, the description is extremely incomplete. It lacks a verb, has no explanation of inputs/outputs, and the parameter schema appears incorrect for the stated purpose. An agent cannot reliably determine how to invoke this tool correctly.

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 parameter descriptions are severely mismatched with the tool's purpose. For example, 'url' is described as 'HTTPS URL to normalize or cite' and 'json' as 'JSON text to validate', which are unrelated to IANA timezone names. These descriptions actively mislead an agent about what parameters are actually needed.

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

Purpose2/5

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

The description 'Common IANA timezone names for clock calls' is a noun phrase that lacks a clear action verb. It hints that the tool provides a list of timezone names but does not explicitly state whether it retrieves, lists, or validates them, making the purpose ambiguous.

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?

There is no guidance on when to use this tool versus the sibling tools such as 'timezone' or 'utc-time'. No conditions, examples, or alternative suggestions are provided.

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
Disambiguation4/5

Most tools serve clearly distinct purposes (URL, time, JSON, robots, etc.), but 'compatibility' is vague and could be confused with other classifications. Overall, the functions are separable.

Naming Consistency2/5

Naming conventions are inconsistent, mixing hyphenated phrases (domain-shape, normalize-url) with plain words (citation, timezone), and using both nouns and verbs. This lacks a predictable pattern.

Tool Count5/5

With 11 tools, the count falls comfortably within the typical well-scoped range and does not feel excessive or thin.

Completeness3/5

The set covers a variety of utilities (URL, HTTP, time, JSON, robots) but lacks a clear cohesive domain, leaving gaps for common web-dev helpers like encoding or hashing. It feels like a random collection rather than a complete toolkit.