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, the description carries the full burden of behavioral disclosure, yet it only states the output value. It doesn't mention side effects, parameter relevance, return format, or what happens if url, host, json, or zone are supplied.
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 extremely short and front-loaded, but this is under-specification rather than conciseness. It omits essential information about parameters and behavior, so the brevity harms rather than helps.
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?
A one-clause description is grossly inadequate for a tool with four optional parameters, no annotations, and no output schema. The agent cannot know what to pass, what the response looks like, or how this tool relates to its siblings.
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?
Schema coverage is 100%, giving each parameter a description, but those descriptions are entirely disconnected from a UTC timestamp tool. The prose adds no explanation of whether these parameters are accepted, ignored, or used to customize the result.
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 names the output clearly (current UTC timestamp) but lacks a verb and does not reconcile with the four unrelated parameters in the schema. It also doesn't explicitly distinguish itself from the sibling timezone tool.
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?
No guidance is given about when to use this tool versus alternatives like timezone. There are no conditions, exclusions, or context that would help an agent choose this tool.
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 have distinct outputs, but there are overlapping clusters: citation and normalize-url both return host information, timezone/utc-time/iana-zones all revolve around time, and domain-shape/punycode-ok both target hostnames. An agent would need to read descriptions carefully to avoid picking the wrong one.
Naming style is inconsistent: some names are verbs (normalize-url, validate-json, inspect-robots), some are nouns (citation, compatibility, timezone), and some are quirky compounds (punycode-ok, iana-zones). The consistent lowercase/hyphen formatting is the only pattern.
Eleven tools is not an unreasonable count by itself, but the server is named for punycode host checking while many tools are unrelated URL, time, and JSON utilities. The set feels padded rather than deliberately scoped.
The tool surface has no coherent domain to be complete against: a punycode host checker would need at least IDN conversion or comparison, while the URL/time/JSON utilities appear as unrelated extras. Significant coverage gaps would likely force agents to combine or externalize work.