iana-zones
Common IANA timezone names for clock calls.
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 |
Common IANA timezone names for clock calls.
| 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?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the tool returns a list, validates a zone, or performs any action, nor does it mention side effects, response shape, or access requirements. For a tool with no annotation safety net, this is a critical transparency gap.
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 short and contains no filler words, but it is under-specified rather than appropriately concise. It is a fragment that omits a verb and fails to explain the tool's behavior or relationship to its parameters. A single vague sentence is not a well-structured description.
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?
With four parameters, no annotations, and no output schema, the description is severely incomplete. It does not explain what the tool returns, how the parameters interact, or why url/host/json appear alongside zone. An agent would have almost no basis to invoke this tool correctly.
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 the baseline is 3 because the schema already documents each parameter individually. The description adds no parameter-level meaning, and notably the url, host, and json parameters seem unrelated to the tool's stated purpose. Still, the schema itself carries the explanatory weight.
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, 'Common IANA timezone names for clock calls,' is a noun phrase rather than a statement of a specific action, so it does not clearly define what the tool does. It essentially restates the tool name with minimal context and does not differentiate it from the sibling 'citation' tool. It also leaves unexplained how the url, host, and json parameters relate to IANA timezone names.
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 phrase 'for clock calls' provides a faint usage context but no explicit guidance on when to choose this tool over alternatives. There is no mention of when not to use it, no prerequisites, and no comparison to sibling tools. The guidance is implied at best.
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.
citation and normalize-url both return overlapping URL metadata, http-500 overlaps with status-catalog, and timezone/utc-time/iana-zones form a fuzzy time-related cluster. compatibility is also vague about what it classifies, making tool boundaries unclear.
Names are consistently hyphenated but mix noun phrases like citation, compatibility, and http-500 with verb-object forms like normalize-url, inspect-robots, and validate-json. There is no consistent naming grammar across the set.
11 tools is a reasonable count, but the scope is unfocused: URL handling, time, HTTP status, robots.txt, and JSON validation are unrelated concerns. The number is not extreme, but the tools do not form a coherent, well-scoped set.
The set covers only isolated read-only utilities and leaves obvious gaps for a server named HTTP 500 internal-error: no actual error-diagnosis or HTTP request tools beyond status meaning/catalog, no timezone conversion, and no JSON processing beyond validation. Each micro-domain is only partially covered.