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 bears the full burden of disclosing behavior, but it only states the output concept. It does not explain what happens for invalid or unknown zone names, whether the time is fetched at call time, what format is returned, or that unrelated schema fields are ignored.
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, focused sentence with no filler and the key purpose front-loaded. It is appropriately terse, though the brevity contributes to the missing usage and behavior guidance.
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?
Although the core behavior is simple, the description is incomplete in context: no annotations, no output schema, and a parameter list containing several fields unrelated to timezones. The agent is not told which parameter to populate, how ignored fields are handled, or what the response looks like.
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 baseline is 3. The description adds no new parameter meaning beyond the zone property's existing 'IANA timezone name' text, and it does nothing to disambiguate the three extraneous-looking parameters (url, host, json), leaving selection of the right input ambiguous.
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's function: returning the current time for an IANA timezone. This distinguishes it from sibling tools like utc-time (UTC) and iana-zones (listing zones), though it lacks an explicit verb and relies on the tool name for full clarity.
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 utc-time or iana-zones, and no mention of validating the zone. The phrase 'named IANA timezone' implies a zone input is needed, but the description never directs the agent to the zone field.
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 have distinct actions, but several HTTP/URL helpers (citation, normalize-url, inspect-robots, status-catalog) operate in the same general space and could cause misselection. The 'compatibility' tool is especially vague, making its boundary unclear.
Names are consistently lowercase and hyphenated, but the word patterns are mixed: verb-led names like normalize-url and validate-json sit next to noun-only names like citation and timezone, plus the abbreviated c-to-f. This makes the naming readable but not predictable.
Eleven tools is not an unreasonable count by itself, but the server's stated purpose is a single Celsius-to-Fahrenheit conversion. The ten unrelated utilities make the set feel like a grab bag rather than a well-scoped tool surface.
Within the apparent temperature-conversion domain, only one direction is provided and no reverse conversion exists. The remaining tools are isolated one-off utilities with no coherent workflow or full lifecycle coverage.