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 disclosure burden, but it only states the trivial fact of returning UTC time. The schema exposes four unrelated parameters (url, host, json, zone) that the description never reconciles with the tool's stated purpose, leaving the actual behavior confusing.
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 short sentence with no waste, which is appropriate for a trivial tool. However, it borders on under-specification: given the mismatched schema, the description needs at least one clarifying sentence about output format or parameter irrelevance.
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 and no annotations, so the description must carry the full context. It fails to state the output format, explain the four dangling parameters, or differentiate from overlapping timezone siblings. An agent can safely call it with zero arguments, but anything beyond that is unknowable.
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 description coverage is 100%, which sets a baseline of 3, but the parameter descriptions themselves describe generic operations (normalize/cite URL, validate JSON, IANA timezone) that are nonsensical for a UTC-time tool. The description adds no meaning to these parameters and does not clarify why they exist.
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 states the tool's function clearly: it returns the current UTC timestamp. The verb is implied and the resource is specific. However, it does not distinguish itself from the 'timezone' sibling tool, and 'timestamp' leaves the output format ambiguous (epoch vs ISO 8601).
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?
There is no guidance on when to use this tool versus the timezone or tz-america-los-angeles siblings. The description also gives no hint about whether the four optional parameters (url, host, json, zone) are ever relevant.
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.
The time tools overlap heavily: timezone can replicate utc-time and tz-america-los-angeles, so an agent may struggle to pick the right one. The URL/HTTP tools are mostly distinct, but compatibility is vague and domain-shape/normalize-url both operate on hostname structure.
All tool names follow a consistent lowercase hyphenated style, which is clean and predictable. However, the semantic pattern is mixed: some names are verb-first (normalize-url, inspect-robots) while others are bare nouns (citation, timezone, utc-time), so it is not a strict verb_noun convention.
Eleven tools is not excessive in absolute terms, but the set is divided between time-related tools and unrelated URL/HTTP inspection utilities. Under the 'clock' identity, the count feels inflated and the purpose is diluted.
For a clock service, the core time queries are covered, but there is no timezone conversion or exhaustive zone listing. If viewed as a network-inspection suite, some exclusions are intentional, yet compatibility is underspecified and the overall domain remains unclear.