timezone
Current time in a named IANA timezone.
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 time in a named IANA timezone.
| 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 must carry the behavioral burden, but it only states the core operation. It does not disclose the response format, behavior for invalid or missing zones, or why the schema contains url, host, and json parameters that seem unrelated to timezone lookup.
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 one-sentence description is tight and front-loaded with the core behavior. It earns its place, though it may be too minimal to fully support a correct call without schema inference.
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?
The tool has no output schema, no annotations, four optional-looking parameters, and a description that only addresses one of them. An agent cannot confidently determine that zone is effectively required, how the other parameters are handled, or what result format to expect.
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%, so the schema already describes all parameters. The description adds mild value by reinforcing that zone is the natural parameter for this tool, but it does nothing to clarify the oddly included url, host, and json fields or their relationship to timezone behavior.
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 clearly states the tool returns the current time for an IANA timezone, naming both the verb-like operation and the resource. It is reasonably distinct from siblings like utc-time, though it does not explicitly differentiate itself.
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 text implies usage when a named IANA timezone's current time is needed, and the sibling list suggests utc-time may cover UTC. However, it gives no explicit when-to-use or when-not-to-use guidance, and no hint that iana-zones should be consulted for valid zone names.
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.
Each tool has a distinct function: URL analysis, JSON inspection, time/timezone, and HTTP status. Only 'compatibility' is vaguely defined and could conceptually overlap with status-catalog, but the other descriptions prevent significant misselection.
Names mix noun-only (citation, compatibility), noun-noun (json-bytes, status-catalog), and verb-noun (inspect-robots, normalize-url, validate-json) styles with no clear pattern. All are readable, but the convention is not systematic or predictable.
With 11 tools, the count sits comfortably in the ideal range. Each tool has a specific purpose, and the set does not feel bloated, even though the overall scope spans multiple utility domains.
URL, JSON, time, and HTTP status areas each have reasonable coverage with no obvious dead ends. However, the lack of a clearly stated central domain makes completeness hard to fully evaluate, and 'compatibility' feels under-specified.