Skip to main content
Glama

Currency EUR

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

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

No annotations are present, so the description alone must disclose behavior. It implies a read-only lookup but says nothing about output format, network calls, error behavior, or why the schema contains url/host/json. For a tool with zero annotation coverage, this minimal text leaves the agent guessing about important behavioral traits.

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 single sentence is free of fluff and front-loads the essential purpose. However, it is too terse for a tool carrying four parameters: the efficiency is good, but the sentence could have used a second clause to note that 'zone' is the key input, given the schema has three other fields.

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?

With no output schema, no annotations, and a description that mentions only IANA timezones, the definition is incomplete for an agent trying to call the tool correctly. The schema introduces url, host, and json with unrelated descriptions, and the description never reconciles these with the claimed purpose, leaving the agent uncertain about what to pass.

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 is 3. The description only adds the qualifier 'named IANA' that mirrors the zone parameter's schema description; it adds no meaning for url, host, or json. It neither harms nor meaningfully enriches the schema's parameter documentation.

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 clear, specific action and resource: retrieve the current time for a named IANA timezone. This aligns with the tool name and the 'zone' parameter, but it does not proactively distinguish itself from sibling tools or acknowledge the unrelated url/host/json parameters, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to prefer this tool over siblings such as citation, compatibility, validate, or normalize. It also fails to mention which parameters to supply when you just want the current time, and whether url/host/json are alternatives or irrelevant.

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

Most tools have distinct outputs, but there is noticeable overlap in the URL/HTTP cluster (citation, normalize-url, inspect-robots, status-catalog) and the time cluster (utc-time, timezone, iana-zones). The 'compatibility' tool is vague and could be confused with citation or status-catalog.

Naming Consistency2/5

Naming styles are mixed: some tools use verb-noun patterns like 'validate-json' and 'normalize-url', while others are noun-based like 'citation' and 'compatibility', or hyphenated domain terms like 'fx-eur' and 'iana-zones'. The inconsistent conventions make the set feel ad hoc.

Tool Count2/5

Eleven tools is not inherently excessive, but the server is named 'Currency EUR' and only one tool relates to currency. The rest are URL, time, HTTP, and JSON utilities, so the count is inappropriate for the apparent purpose.

Completeness1/5

For a currency-focused server, the surface is severely incomplete: there is no exchange conversion, rate lookup, historical data, or multi-currency support. The unrelated utility tools do not compensate for the missing core currency functionality.