Skip to main content
Glama

America/Los_Angeles clock

iana-zones

Common IANA timezone names for clock calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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 implies a read-only lookup of common timezone names, but it does not state whether this is a static list, whether it has side effects, what happens with the url/host/json parameters, or what the response looks like. This is too thin for a tool with zero annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short phrase with no filler words, and the IANA timezone name concept is front-loaded. It is concise, but it is under-specified; this lacks the completeness a tool definition should have.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, so the description must explain return behavior and usage comprehensively. With four parameters, all optional, and no statement of what the tool returns or how parameters affect the result, an agent cannot confidently invoke this tool. The description is far too sparse for the available context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

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; each parameter already has a schema description. The description mentions IANA timezone names and clock calls, which connects to the 'zone' parameter, but it adds no meaning to url, host, or json, nor does it explain why those parameters exist on a tool called iana-zones.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (IANA timezone names) and the context (clock calls), but it is a noun phrase with no verb, so it never states what the tool actually does with these names. It is not a pure tautology of the tool name, but it is too vague for an agent to know whether this returns a list, filters zones, or validates names.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus any sibling tool, and no exclusions or alternatives are mentioned. The phrase 'for clock calls' implies a use case but does not explain how the four input parameters relate to that use case or when an agent should choose this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.