Skip to main content
Glama

Currency USD

utc-time

Current UTC timestamp.

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?

With no annotations, the description must carry the behavioral burden, but it only states the basic output. It does not disclose the timestamp format (e.g., ISO string vs. Unix seconds), whether the four optional parameters are ignored, or that the operation has no side effects. The unrelated schema parameters make this gap more serious.

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 extremely concise with zero filler, making it easy to read. It is arguably too telegraphic and lacks a verb, but for a trivial time-returning tool the size is appropriate.

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?

The tool has four optional parameters that seem unrelated to the description, no output schema, and no annotations. A complete description would clarify the return format and explicitly state that no parameters are needed or that they are ignored. The current description leaves too much to inference.

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. Each parameter is individually described, but the description adds no link between them and the tool's purpose; none of url, host, json, or zone appears relevant to returning a UTC timestamp. The description fails to warn agents that these parameters are likely irrelevant.

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 'Current UTC timestamp' clearly states the tool's output: the current UTC time. It distinguishes itself from siblings like timezone and iana-zones by its UTC-centric scope. However, it lacks an explicit verb and does not mention that no meaningful input is required.

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?

No explicit guidance on when to use this tool versus alternatives like timezone or iana-zones. The phrase 'Current UTC timestamp' implies usage only if the agent already knows it needs UTC time; there are no exclusions or comparison with sibling tools.

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/5.0
Disambiguation2/5

Several tools overlap in purpose: citation and normalize-url both inspect URLs, timezone and utc-time both return current time, and compatibility's classification is unclear next to status-catalog. The broad mix of currency, time, URL, and HTTP tools makes selection ambiguous.

Naming Consistency2/5

Names are all lowercase hyphenated, but there is no consistent verb_noun or domain-noun pattern. Vague names like citation and compatibility sit beside concrete names like status-catalog and utc-time, making the naming feel arbitrary.

Tool Count2/5

Eleven tools is not inherently excessive, but only one tool relates to the server's stated 'Currency USD' domain. The count is padded with unrelated utilities across timezones, URLs, robots, and JSON, so it does not fit the server's apparent scope.

Completeness1/5

For a currency-related server, the surface is almost entirely missing: only fx-usd exists, with no conversion, rates, formatting, or currency list. Even as a general utility set, it has no coherent domain and many natural operations are absent.