Skip to main content
Glama

ISO country FR

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

D1.4/5.0
Behavior1/5

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 discloses none: no return format, side effects, permissions, or constraints. The statement about 'common IANA timezone names' is a claim about content, not behavior.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than conciseness. It consists of a single vague noun phrase that conveys no actionable information. It is not structured to front-load a clear function.

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?

Given no output schema and no annotations, the description must clarify the tool's role and expected interaction. It fails entirely. The schema hints at a multi-purpose tool (normalizing URLs, validating JSON, timezone), but the description does not explain how these relate to 'clock calls' or what the tool outputs.

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 coverage is 100% and each parameter has its own clear description (e.g., 'HTTPS URL to normalize or cite', 'IANA timezone name'). Per the baseline rule for high schema coverage, the tool description's lack of parameter detail is acceptable if it doesn't contradict the schema. It does not contradict, but also adds no connectivity between parameters and purpose, so the baseline of 3 stands.

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

Purpose1/5

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

The description is a noun phrase, 'Common IANA timezone names for clock calls,' with no verb indicating what action the tool performs. It fails to say whether the tool returns a list, validates a zone, or does something else. The input schema includes url, host, json, and zone — none of which clearly connect to 'clock calls' except zone, leaving the purpose ambiguous. It also does not differentiate from sibling tools like timezone or utc-time.

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

Usage Guidelines1/5

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 alternatives. The sibling tools timezone and utc-time are presumably related, but the description gives no conditions for selecting this one over them. No exclusions or alternative mentions are provided.

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.

TDQS

C2.4/5.0
Disambiguation5/5

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.

Naming Consistency3/5

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.

Tool Count4/5

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.

Completeness3/5

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.