Skip to main content
Glama
WYRE-AI
by WYRE-AI

umbrella_top_most_seen_domains

Retrieve Cisco's ranking of the top million most popular domains worldwide for analysis or integration.

Instructions

Get Cisco's list of the top million most globally-popular domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior2/5

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

There are no annotations, so the description must carry the behavioral burden. It only says 'Get', which implies a read operation, but it does not disclose whether the list is static or dynamic, how recent it is, what ranking methodology is used, or what response shape to expect.

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?

The description is a single, front-loaded, information-dense sentence. Every word contributes to identifying the tool's purpose, with no filler or redundancy.

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

Completeness4/5

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

For a no-parameter list retrieval, this is nearly complete: the data source, scope, and approximate size are stated. A small note about return format, ordering, or update cadence would make it fully complete, but nothing critical blocks invocation.

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

Parameters4/5

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

The tool has zero parameters and an empty schema, so parameter semantics are fully covered by the schema itself. The description appropriately does not fabricate parameter details; the baseline for zero-parameter tools applies.

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 ('Get') and a specific resource ('Cisco's list of the top million most globally-popular domains'). It clearly distinguishes this from sibling organization-specific list tools like umbrella_top_destinations by emphasizing the global, Cisco-provided nature of the data.

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 when-to-use or when-not-to-use guidance is provided, and no alternative tools are mentioned. An agent must infer that this is for global popularity data rather than org-specific analytics, but there is no explicit routing or exclusion signal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.