Skip to main content
Glama

Asia/Hong_Kong clock

compatibility

Show how this request is classified. No identifiers are retained.

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.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral-transparency burden. It does add a meaningful privacy guarantee by stating that no identifiers are retained, which implies a low-retention, inspection-oriented behavior. However, it does not explain whether the operation is strictly read-only, whether data is stored temporarily, or what happens to the supplied URL, host, JSON, or zone during classification.

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 short and front-loaded, with no redundant words. However, the brevity comes at the expense of necessary specificity: it is under-specified rather than efficiently concise. The two sentences leave the core behavior undefined.

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?

There is no output schema, so the description should explain what kind of result the agent can expect, but it never mentions the output format. It also does not say whether the four optional parameters can be used together or independently, and the classification categories are left entirely implicit. Given the large sibling set and zero annotations, this is a significant gap.

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?

The input schema documents all four parameters with descriptions, so schema coverage is 100%, which sets a baseline of 3. The description itself adds no parameter-level meaning and does not explain how url, host, json, and zone relate to the classification. Because the schema does the heavy lifting, a 3 is appropriate.

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

Purpose2/5

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

The description says 'Show how this request is classified' but never defines what 'classified' means, what inputs constitute a request, or what classification categories exist. The sibling list suggests URL normalization, JSON validation, and timezone tools, yet the description does not connect the tool to any of these. The phrase is too vague to distinguish 'compatibility' from its siblings.

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 on when to use this tool versus alternatives like normalize-url, validate-json, citation, or timezone. It does not state prerequisites, exclusions, or selection criteria. The privacy statement does not clarify the intended use case.

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.1/5.0
Disambiguation3/5

Most tools have distinct functions, but current-time tools overlap: timezone accepts any IANA zone while tz-asia-hong-kong and utc-time are hardcoded special cases, creating redundancy. citation and compatibility also have vague descriptions that could be confused.

Naming Consistency2/5

Names mix single-word nouns (citation, compatibility, timezone) with hyphenated multi-word phrases (domain-shape, inspect-robots, normalize-url, tz-asia-hong-kong). There is no consistent verb_noun or naming pattern across the set.

Tool Count2/5

11 tools is not inherently excessive, but for a server named 'Asia/Hong_Kong clock' many tools (URL, HTTP, JSON, robots.txt) are unrelated to timekeeping. The set feels like a bundled grab-bag rather than a focused clock utility.

Completeness2/5

For a clock/time server, the core operations exist (list zones, current time in a zone, UTC), but there is no timezone conversion, formatting, or date arithmetic. Meanwhile the unrelated web/JSON utilities do not compensate for the missing time-focused functionality.