Skip to main content
Glama

Radar Domain Rank

radar_domain_rank
Read-onlyIdempotent

Is this domain widely visited, or nowhere? Returns a single domain's Cloudflare Radar popularity: an exact rank for domains inside the global top 100, otherwise only a bucket (e.g. "200" = top 200, "100000" = top 100k) — rank is null for everything outside the top 100, so do not build logic on it populating. Below Radar's tracked ceiling (bucket ">200000") there is NO signal at all: Radar does not verify domain existence, so a real-but-obscure site and a domain that has never existed come back identically. Read ranked and interpretation, not just bucket, to tell those apart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoISO date (YYYY-MM-DD) for a historical ranking snapshot. Omit for the latest.
domainYesDomain to look up, e.g. "reddit.com" (no scheme/path).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing critical behavioral details: rank is null outside top 100, bucket values are coarser, there is no signal below the tracked ceiling, and Cloudflare Radar does not verify domain existence. It even warns the agent to read ranked and interpretation rather than only bucket. This is exemplary transparency.

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 dense but each sentence conveys a necessary caveat or behavior. The opening question and single-domain scope are front-loaded, though the long middle sentence packs in several distinct warnings that could be slightly clearer if split. Overall, it is appropriately sized for the complexity.

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 there is no output schema, the description thoroughly covers return values, null behavior, bucket semantics, the ceiling limitation, and how to distinguish real-but-obscure domains from nonexistent ones. An agent has all the behavioral context needed to call and interpret this 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 the schema already documents both parameters. The description adds useful output-context information but does not significantly elaborate on the parameters themselves beyond what the schema provides. This matches the baseline of 3 for full schema coverage.

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 uses a specific verb ('Returns') and resource ('a single domain's Cloudflare Radar popularity'), and clarifies the exact output semantics (exact rank inside top 100, bucket otherwise). It clearly distinguishes this from the sibling radar_top_domains by emphasizing single-domain lookup.

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 clearly scopes the tool to a single-domain lookup and even gives example domains, but it does not explicitly name alternatives like radar_top_domains or state when not to use this tool. The context is clear enough for an agent to infer correct usage, but explicit exclusions are absent.

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.