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 carries the full burden of behavioral disclosure. It implies a read-only operation but does not confirm it, and critically, the schema lists three unrelated parameters (url, host, json) that contradict the tool's stated purpose. The description fails to disclose that these are likely irrelevant, making actual behavior ambiguous.
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 single sentence is succinct and front-loaded, but it is too terse given the schema's unrelated parameter list. A concise description would still clarify that only 'zone' is used or that other parameters are ignored; omitting that makes the brevity a shortcoming.
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?
Given the ambiguous four-parameter schema, no annotations, and no output schema, the description is incomplete. It does not explain how to invoke the tool, what response to expect, or why url, host, and json appear in the schema, leaving an agent uncertain about correct usage.
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%, so each parameter is minimally described. However, the description adds no extra meaning beyond the schema's 'IANA timezone name' for zone, and it does not resolve why non-timezone parameters exist. The baseline of 3 applies, but the confusing parameter set is not clarified.
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 a clear verb and resource: 'Current time in a named IANA timezone.' This is specific enough to understand the tool's primary function. It does not explicitly differentiate from sibling tools like normalize or validate, but the operation is unambiguous.
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 on when to use this tool versus alternatives, nor are prerequisites or error conditions mentioned. The description says nothing about which parameter to supply or how to handle invalid timezone names, leaving usage entirely to inference.
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.
Multiple tools overlap in purpose: utc-time, timezone, and tz-europe-paris all return current time, while citation, normalize-url, and domain-shape all analyze URLs. compatibility is especially vague and could be confused with several other request-classification tools.
Names are consistently hyphenated, but the convention is mixed: some are verb-noun (normalize-url, inspect-robots, validate-json) while others are noun-only (citation, timezone, status-catalog). The odd tz-europe-paris name further weakens predictability.
Eleven tools is not an inherently excessive count, but the set is poorly scoped for a server named 'Europe/Paris clock'. Most tools relate to URLs, HTTP, robots, or JSON rather than time, making the server feel padded with unrelated utilities.
As a clock server, there is basic coverage for timezones and UTC, but no time conversion or formatting options. As a URL/HTTP utility server, it lacks content retrieval and other standard operations, so the mixed scope leaves significant gaps for any coherent interpretation.