Skip to main content
Glama

get_domain_rank

Read-onlyIdempotent

Rank a domain against its country or global cohort using the GSI benchmark corpus. Accepts a domain score (from scan_domain) and optional country/sector; returns a percentile: "scores better than X% of peers". Owner-gate exempt — public cohort data only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYesDomain score (0–100) from scan_domain. Used to compute the cohort percentile.
domainYesDomain to rank against its cohort (e.g., example.com)
formatNoOutput verbosity. Auto-detected if omitted.
sectorNoSector label (e.g., "finance"). Forwarded to the cohort endpoint; sector filtering is planned for a future release.
countryNoISO 3166-1 alpha-2 country code to use the country cohort (e.g., "NZ"). Omit for global cohort.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already state readOnlyHint, idempotentHint, and destructiveHint false. The description adds useful behavioral context beyond that: 'Owner-gate exempt — public cohort data only' clarifies permission requirements and data scope. It also explicitly mentions the return format, which helps set expectations. No contradiction with annotations.

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 sentences, front-loaded with the primary verb and resource, and every clause earns its place. It avoids redundancy and fluff, making it highly scannable and concise.

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

Completeness5/5

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

Given the tool has no output schema, the description takes responsibility for explaining return values ('returns a percentile: "scores better than X% of peers"'). It covers the core inputs (score, country/sector), the dependency on scan_domain, and the permission exemption. The description is fully sufficient for an agent to select and invoke the tool correctly.

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 baselines are 3. The description does add marginal meaning by linking the score to scan_domain and summarizing country/sector as optional cohort selectors, but it largely restates what the schema already documents. No significant additional parameter semantics provided beyond the schema.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Rank a domain against its country or global cohort using the GSI benchmark corpus.' It clearly distinguishes the tool's purpose from siblings by emphasizing cohort ranking and the benchmark corpus, and it states the exact output (a percentile). This fully clarifies what the tool does.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear contextual guidance: it references scan_domain as the source of the required score, and explains how country/sector alter the cohort. However, it does not explicitly name alternatives or state when not to use this tool (e.g., vs. get_benchmark). This is a minor omission, so it earns a 4 rather than a 5.

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

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, with detailed descriptions that help differentiate overlapping areas (e.g., check_dane vs check_dane_https). However, there are sets of similar tools (brand audit, OSINT, polling) that could cause confusion if descriptions are not carefully read.

Naming Consistency3/5

The naming is mostly readable but inconsistent: many check_* tools follow a verb_noun pattern, but there are also noun_verb names (scan_domain, cymru_asn), bare verbs (generate), and varied patterns for async operations (discover_brand_domains_start vs discover_brand_domains).

Tool Count2/5

With 80 tools, the server feels overstuffed. It covers multiple domains (DNS, email, brand, OSINT, M365) that could benefit from separation. The high number includes many polling/status tools that add overhead.

Completeness3/5

The server covers core DNS and email security checks thoroughly, including many edge cases (e.g., BIMI, MTA-STS, subdomain takeover). However, there are gaps like lack of direct DNS record management and some OSINT tools are restricted to operator deployment, leaving agents with dead ends.