Skip to main content
Glama

Leap year check

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.1/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. It only states the basic function and does not explain output format, behavior for missing or invalid zones, or why unrelated fields like url, host, and json appear in the schema. This leaves important behavioral uncertainty for the agent.

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 wasted words. It is concise, but it is arguably too thin given the schema's confusing extra parameters and the absence of annotations.

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

Completeness2/5

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

For a low-complexity tool, the description covers the main intent, but the schema's four optional parameters and zero required parameters mean the agent is not told that zone is the only meaningful input. With no output schema and no annotation, return format and error behavior are also undisclosed, making this incomplete for safe invocation.

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

Parameters3/5

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

All parameters have schema descriptions, so the baseline is met. However, the tool description adds no disambiguating guidance about which parameter to actually use; it merely repeats the notion of an IANA timezone, which the zone parameter already states. The unrelated parameters are left unexplained, so an agent could be uncertain whether they play a role.

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 a specific task: returning the current time for a named IANA timezone, which clearly identifies the tool's core purpose. However, the input schema contains three unrelated optional parameters (url, host, json) that the description does not acknowledge, creating some ambiguity about what this tool actually operates on.

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 usage context is implied by the description: use this tool when you need the current time in a specific IANA timezone. There is no explicit when-not-to-use guidance or discussion of alternatives, though none of the sibling tools directly compete with this function.

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

Most tools have distinct purposes, but timezone/utc-time both return current time and citation/normalize-url both inspect URL components. Compatibility is vague and could be confused with status-catalog, though descriptions provide some help.

Naming Consistency3/5

All tool names use lowercase-hyphenated style, but they mix noun labels (citation, timezone, status-catalog) with verb-object actions (inspect-robots, normalize-url, validate-json). This mixed semantic pattern makes naming less predictable despite the consistent formatting.

Tool Count2/5

Eleven tools is not inherently too many, but a server titled 'Leap year check' carries only one leap-year tool among unrelated URL, time, HTTP, and JSON utilities. This is a major scope mismatch for the stated purpose.

Completeness2/5

The set lacks a coherent domain, so completeness is hard to assess: for a leap-year server there is only the bare check, and as a general utility server there are obvious omissions like date arithmetic or more detailed HTTP capabilities. Agents would hit dead ends beyond the narrow included functions.