utc-time
Current UTC timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Current UTC timestamp.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, and a one-line statement reveals almost nothing: no return format (ISO string, epoch seconds, milliseconds), no statement about side effects, and no acknowledgment of the four schema parameters that appear unrelated to the described purpose. The mismatch between the single-purpose description and the multi-parameter schema is unexplained and potentially misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is maximally concise at four words, and the single sentence carries no waste. However, conciseness crosses into under-specification given the four-parameter schema and the need to differentiate from eight sibling tools; more explanatory content is warranted, so the brevity is not fully appropriate to the tool's complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, no annotations, and only a minimal description. Given the four unrelated-looking optional parameters, an agent cannot confidently determine invocation details, return value shape, or how this tool differs from the 'timezone' sibling. The definition is incomplete for reliable selection and correct calling.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Although schema description coverage is 100%, the description adds zero parameter semantics and does not mention any of the four parameters. Worse, the parameters themselves (url, host, json, zone) describe behaviors foreign to 'Current UTC timestamp', so an agent cannot tell whether any of them should be supplied or are simply ignored. The description fails to reconcile or explain the parameter surface.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 present UTC time. It is unambiguous about what the tool returns and is distinguishable in intent from the sibling 'timezone', though it does not explicitly name that alternative. However, the description is terse and the attached schema lists four unrelated parameters (url, host, json, zone), which muddies the agent's picture of what this tool actually does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used when the current UTC time is needed, but it provides no explicit when-to-use guidance and no differentiation from siblings such as 'timezone' or 'iso-week'. There are no exclusions, prerequisites, or alternative routing given, leaving an agent to infer selection criteria entirely from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools are individually distinct, but there are overlapping clusters: citation/normalize-url/domain-shape all inspect URLs, and iana-zones/timezone/utc-time/iso-week all deal with time. The descriptions help separate them, but the boundaries are not always crisp.
All names use lowercase kebab-case, but the pattern is inconsistent: some are nouns (citation, timezone), some hyphenated noun phrases (domain-shape, status-catalog), and some are verb-object commands (normalize-url, inspect-robots, validate-json). There is no consistent verb_noun convention.
11 tools is within a reasonable range, but the set is not well-scoped: the 'ISO week number' label covers only one of these tools, and the rest are a collection of unrelated URL, time, HTTP, and JSON utilities. It feels like a grab bag rather than a focused server.
There is no coherent domain to assess against. The ISO week number tool stands alone with no date-input or conversion companions, and the URL/time/JSON tools cover only narrow slices of their respective domains. Obvious gaps exist in nearly every cluster.