Skip to main content
Glama

UTC year

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

A3.7/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral burden. It does state the core read-only behavior and the accepted input type (IANA timezone). It does not disclose the response format, invalid-timezone handling, or what happens when zone is omitted.

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

Conciseness5/5

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

The description is a single, tightly worded sentence with no filler. Every word contributes to the core meaning and it is immediately clear what the tool does.

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?

The description plus schema are adequate for a simple current-time lookup, but no output schema or annotations exist. The agent still lacks information about return format and behavior on missing or invalid timezone names.

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?

Schema description coverage is 100%, so the baseline of 3 applies. The description reinforces the meaning of the zone parameter but adds no value for the unrelated url, host, and json parameters.

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

Purpose5/5

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

The description clearly defines the tool's operation: it returns the current time for a named IANA timezone. This is specific and not a tautology of the tool name. Its scope is obvious even with unrelated sibling tools.

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?

Usage is implied: an agent should use this when asked for the current time in a named timezone. However, it does not explicitly state when to use or avoid it versus alternatives, though the siblings are largely unrelated here.

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

Several tools overlap in purpose, especially citation, normalize-url, and domain-shape, all of which inspect URLs or hostnames. The time-related tools utc-time and year-utc also overlap because a timestamp contains the year. Other tools are more distinct, but the boundary between these clusters is not always clear.

Naming Consistency3/5

All names use lowercase kebab-case, which gives some visual consistency. However, the pattern is mixed: some are verb-object names (normalize-url, validate-json, inspect-robots), while others are standalone nouns or noun-noun compounds (citation, timezone, status-catalog, year-utc). This makes the naming readable but not predictably consistent.

Tool Count4/5

Eleven tools is a reasonable number for a utility-style server, neither too sparse nor overwhelming. The count feels slightly inflated by the mixed domains, but no individual tool is redundant enough to cut. Overall, the count is appropriate for a general-purpose utilities server.

Completeness3/5

The set covers a few small domains—URL inspection, time/timezone, HTTP status, and JSON validation—but none are fully fleshed out. For example, there is no timezone conversion or date formatting tool, and URL tools lack any operation for actual page retrieval. While the tools are self-contained, the overall surface feels more like a collection of samples than a complete workflow.