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 explaining behavior. It does not mention side effects (likely none), output format, error handling for invalid timezones, or any other behavioral aspects.
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 concise, consisting of a single phrase that directly conveys the core functionality. No redundant words or unnecessary details.
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 description provides no information about the return value, response format, possible errors, or how to specify the timezone beyond the parameter name. This makes it insufficient for an agent to effectively use the tool without additional context.
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 only references 'zone', but the schema includes three additional parameters (url, host, json) with descriptions unrelated to timezone. The tool description does not clarify their relevance or relation to this tool, leaving the interface confusing.
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 a given IANA timezone. However, it lacks an explicit verb like 'get' and does not differentiate itself from the sibling 'utc-time' tool, which may serve a similar purpose for UTC.
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 provided on when to use this tool versus alternatives like 'utc-time' or 'iana-zones'. There is no mention of conditions, prerequisites, or typical use cases.
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 performs a distinct function: country lookup, URL inspection, robots.txt parsing, timezone conversion, and JSON validation. Even URL-related tools are clearly separated by their outputs and actions, so there is no meaningful overlap.
Names are mostly lowercase with hyphens, but the grammatical pattern is inconsistent: some are verb-first (inspect-robots, normalize-url, validate-json), some are noun phrases (citation, compatibility, timezone), and one is an opaque abbreviation (cc-fr). A consistent verb-noun or noun-only convention would improve predictability.
Eleven tools is a reasonable number and stays within the typical well-scoped range. The tools cover several distinct utility areas, though the server's stated identity as 'ISO country FR' does not fully explain the broad collection.
The tool set appears to cover a handful of common web-development utilities, but the domain is not strongly defined. It lacks obvious related operations such as URL encoding/decoding, DNS lookup, or broader country data, so coverage feels partial rather than comprehensive.