Skip to main content
Glama

Europe/Paris clock

citation

Return host, scheme, and HTTP status for a URL. Page content is not stored.

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

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully states what the tool returns (host, scheme, HTTP status) and adds a meaningful retention detail ('Page content is not stored'). However, it does not mention whether the request follows redirects, what errors or edge cases occur (invalid URLs, non-HTTPS), or any rate-limit or authorization constraints, leaving notable behavioral gaps for an unannotated tool.

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

Conciseness5/5

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

Two short sentences with zero filler. The primary outcome is front-loaded ('Return host, scheme, and HTTP status for a URL'), and the non-storage disclaimer is a concise secondary clause. Every word earns its place, and the structure is easy to scan.

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

Completeness2/5

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

For a tool with four parameters, no annotations, and no output schema, the description is too sparse. It does not explain how host, json, and zone relate to the stated URL-status purpose, what inputs are required or optional in practice, or what the caller should expect in terms of return structure or failure modes. The 'Page content is not stored' note is useful, but the overall context is incomplete for confident invocation.

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 per the rubric. The description adds no meaning beyond the schema; it only references 'a URL,' while the schema already documents the url, host, json, and zone parameters individually. It does not clarify why an HTTP-status checker would accept a timezone or JSON text, which would have been valuable extra semantics.

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

Purpose4/5

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

The description states a specific verb and resource: 'Return host, scheme, and HTTP status for a URL.' This clearly conveys what the tool does and distinguishes it from content-fetching tools by adding 'Page content is not stored.' However, it does not explicitly differentiate it from sibling citation-related tools, and the name 'citation' is broader than the HTTP-status behavior described, causing slight ambiguity.

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?

The description provides no guidance on when to use this tool versus alternatives, no conditions, and no exclusions. It implies usage through the stated behavior but never says 'use this when you need X' or 'instead of Y.' An agent would have to infer the appropriate context from the parameter schema and description alone.

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
Disambiguation2/5

Multiple tools overlap in purpose: utc-time, timezone, and tz-europe-paris all return current time, while citation, normalize-url, and domain-shape all analyze URLs. compatibility is especially vague and could be confused with several other request-classification tools.

Naming Consistency3/5

Names are consistently hyphenated, but the convention is mixed: some are verb-noun (normalize-url, inspect-robots, validate-json) while others are noun-only (citation, timezone, status-catalog). The odd tz-europe-paris name further weakens predictability.

Tool Count3/5

Eleven tools is not an inherently excessive count, but the set is poorly scoped for a server named 'Europe/Paris clock'. Most tools relate to URLs, HTTP, robots, or JSON rather than time, making the server feel padded with unrelated utilities.

Completeness2/5

As a clock server, there is basic coverage for timezones and UTC, but no time conversion or formatting options. As a URL/HTTP utility server, it lacks content retrieval and other standard operations, so the mixed scope leaves significant gaps for any coherent interpretation.