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?
No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only states what it returns (a timestamp) but says nothing about side effects, permissions, or error conditions. More seriously, the schema parameters suggest the tool performs unrelated actions (normalizing URLs, validating JSON, etc.), actively misleading an agent about its behavior.
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 a single sentence, which is concise, but it is overly terse to the point of being useless. It does not earn its place because it provides no actionable information beyond the tool name.
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?
For a tool with four parameters, no output schema, and no annotations, the description is severely inadequate. It does not explain the relationship between the parameters and the tool's stated purpose, nor does it provide any usage context. An agent would have no way to determine correct invocation or expected output.
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?
The description adds no meaning to the parameters. Although schema coverage is 100%, the parameter descriptions (e.g., 'HTTPS URL to normalize or cite', 'JSON text to validate') have no apparent connection to a UTC timestamp tool. This mismatch means the description not only fails to clarify parameters but contradicts them, leaving an agent unable to correctly invoke the tool.
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' is essentially a restatement of the tool name 'utc-time', making it tautological. It provides no differentiation from siblings like 'timezone' or 'iana-zones', and the schema parameters (url, host, json, zone) are completely unrelated to a UTC timestamp, further confusing the purpose.
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 offers no guidance on when to use this tool versus alternatives. There is no mention of context, prerequisites, or exclusions. The presence of sibling tools like 'timezone' and 'iana-zones' makes this gap particularly critical.
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 distinct, but http-403 and status-catalog overlap for status-code lookups, and timezone/utc-time/iana-zones form a related cluster. citation and normalize-url both expose host/origin info, so an agent could hesitate between them.
All names use lowercase hyphens, but the set mixes noun-style names (citation, timezone, status-catalog) with verb-style names (normalize-url, inspect-robots, validate-json), and http-403 is a code rather than an action. The pattern is readable but not consistent.
11 tools is a reasonable count, but the scope is unfocused: URL utilities, HTTP status, time, and JSON validation are bundled together. For a server named 'HTTP 403 forbidden', it feels padded rather than tightly scoped.
For a general stateless utility server, common operations exist, but there are gaps: no timezone conversion, no URL query parsing, and status-code coverage is shallow. The domain is broad enough that completeness is hard to pin down.