Skip to main content
Glama

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

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It discloses one useful trait — 'Page content is not stored' — which informs the agent this is a stateless metadata check. But it does not disclose what happens for invalid URLs, whether this is a read-only operation, whether a network call is made, how errors are represented, or what the return format is. For a tool with zero annotations, this is a meaningful gap.

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 short and front-loaded with the core output (host, scheme, HTTP status), then a single clarifying sentence about content handling. Every clause earns its place; no filler. It loses one point because the terse phrasing 'Return host, scheme, and HTTP status for a URL' omits any mention of the other clearly supported inputs (json, zone), making the description slightly misleading about what this tool actually accepts.

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?

Given the tool has 4 optional-looking parameters, no required params, no output schema, and no annotations, the description is under-specified. The summary line covers only the URL case while the schema includes json and zone — an agent seeing this description would not know why those params exist, how they affect the result, or what a successful vs failed call looks like. Sibling names like validate-json suggest these params matter, but the description gives no guidance.

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 schema already documents all four parameters precisely. The description adds the semantic note that page content is not stored, which ties loosely to the 'json' param's 'discarded after the check' phrasing but does not explain how the parameters interrelate. This meets the baseline of 3 but does not exceed it — no additional semantics, format constraints, or intended use of 'host', 'zone', or 'json' are clarified beyond the schema.

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 ('Return') followed by the resources (host, scheme, HTTP status) and the target (a URL), declaring what the tool computes. However, it doesn't differentiate itself from the many sibling tool-names that strongly overlap in domain (normalize-url, inspect-nodes, validate-json, etc.), so an agent cannot tell this tool's operation apart from closely related alternatives.

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 siblings such as normalize-url, validate-json, or status-catalog. The description implies a use case (citing a URL) but provides no exclusion criteria, no prerequisites (e.g., HTTPS required), and no mention of when the accompanying params like zone or json would be relevant. An agent has to infer the scope entirely.

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

Several tools have overlapping purposes: citation and normalize-url both analyze URLs and return host/scheme information, while compatibility is vague about what it classifies. The time tools are distinct but cluster together, making the overall set boundary-unclear for an agent.

Naming Consistency2/5

Tool names mix single nouns like citation and timezone with hyphenated noun-noun forms like domain-shape and status-catalog, plus verb-noun forms like normalize-url and validate-json. There is no consistent naming pattern across the set.

Tool Count4/5

11 tools is within a reasonable range, but several are extremely narrow utilities such as port-443 and utc-time. The count is not excessive, though the set feels slightly padded with trivial helpers.

Completeness3/5

The server seems to target a loose mix of web/HTTP, URL, time, and JSON utilities, and covers those niches at a basic level. However, core HTTP operations like fetching headers or inspecting responses are absent, and the overall domain is unclear enough that significant gaps are easy to imagine.