Skip to main content
Glama

Language ru

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

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

The note that page content is not stored is a useful privacy hint, but the description does not disclose side effects such as network requests, caching, error behavior, or rate limits. With no annotations provided, the behavioral transparency is limited.

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 brief and the two sentences are easy to scan. However, the brevity sacrifices important clarity about the parameters and the relationship to sibling tools.

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 simple stated purpose, the description is insufficient for an agent to know how to correctly supply parameters or interpret results. The sibling tool list provides context, but the description does not leverage it to distinguish this tool's role.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema descriptions are mostly tautological and do not clarify how each parameter is used by this specific tool. For example, 'url' is described as 'HTTPS URL to normalize or cite', while 'json' and 'zone' are unrelated to the stated purpose of returning host, scheme, and HTTP status.

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 states the tool returns host, scheme, and HTTP status for a URL, which identifies a core purpose. However, the presence of unrelated parameters (json, zone) and overlap with sibling tools such as normalize-url and status-catalog makes the exact purpose ambiguous.

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?

No guidance is provided on when to use this tool versus alternatives like normalize-url or validate-json. The description does not mention any selection criteria or context that would help an agent 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.

TDQS

C2/5.0
Disambiguation2/5

Tools overlap in purpose: 'citation' and 'normalize-url' both process URLs, while 'timezone' and 'utc-time' both return time-related data. The distinction between 'domain-shape' and 'normalize-url' is also unclear without deeper inspection.

Naming Consistency2/5

Names mix single words (citation, compatibility, timezone) and hyphenated compounds (domain-shape, normalize-url, validate-json). Some names are vague and not action-oriented (e.g., 'citation', 'compatibility'), and 'lang-ru' is narrowly scoped without a pattern.

Tool Count4/5

With 11 tools, the count falls within the acceptable 3-15 range and does not feel excessive. The number is reasonable for a utilities server, though a couple of tools could be merged without loss of clarity.

Completeness3/5

The set covers several web-related utilities (URLs, status codes, time, JSON, robots), but the domain is not clearly defined and lacks common counterparts (e.g., encoding/decoding, hashing). The inclusion of a single language tag tool ('lang-ru') suggests a narrow or arbitrary scope.