Skip to main content
Glama

get_cited_domains

Get who the answers cited instead: the domains that appeared in the stored answers for a cataloged domain's tracked questions, ranked by how many answers cited them, with the engines that did. Claimed domains only. An appearance means a domain was cited by an answer we asked for: not an endorsement, not a quality ranking, not a claim that an engine prefers it. One appearance per answer however many of that site's pages it cited, latest check per cell only, and answers with no captured evidence contribute nothing rather than counting as "cited nobody".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesCompany domain, e.g. acme.com

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It thoroughly explains what an appearance means (and what it does not mean), counts one appearance per answer regardless of pages cited, uses the latest check per cell, and notes that answers with no captured evidence contribute nothing. This goes far beyond a simple tool description and gives the agent a clear mental model.

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 a single dense paragraph, but every sentence contributes meaningful constraints and disambiguation. The main purpose is front-loaded, and the subsequent clarifications are necessary to prevent misinterpretation. While it could be broken into bullet points for easier scanning, the length is justified by the complexity of the counting and semantics.

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?

For a tool with one parameter and no output schema, the description provides complete contextual information: what is returned (domains, rank, engines), what is excluded ('claimed domains only'), and how counting works including edge cases (answers with no evidence). It adequately prepares the agent to interpret results and use 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?

The input schema already covers the single parameter 'domain' with a description and example, giving 100% schema description coverage. The tool description does not add additional semantic detail about the parameter itself; it focuses on output semantics. Thus, the baseline of 3 is appropriate since the schema does the heavy lifting.

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 clearly states the tool's purpose: to get the domains cited in stored answers for a cataloged domain's tracked questions, ranked by citation count and with the engines that cited them. It uses a specific verb ('Get'), identifies the resource ('cited domains'), and distinguishes itself from siblings like get_citations by focusing on domains rather than individual citations.

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 context for when to use the tool: it is for seeing which domains were cited, not for endorsements or quality rankings. It implies an alternative use case ('instead') but does not explicitly name sibling tools or state when not to use it. The counting rules and 'claimed domains only' constraint add practical guidance, but explicit exclusions are missing.

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

A4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: checking AEO records, reading SERP data, generating records, retrieving facts, citations, competitor snapshots, engine visibility, keyword gaps, etc. Even similar-sounding tools like get_citations and get_cited_domains are clearly delineated by their descriptions. No two tools appear to overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun convention using snake_case: check_*, get_*, generate_*, propose_*, run_*, search_*. There is no mixing of casing or verb styles, and each name instantly communicates the action and subject.

Tool Count5/5

With 14 tools, the server is well-scoped for the domain of AI citation optimization. Each tool contributes a unique capability, and the count is neither sparse nor bloated. The number fits comfortably within the ideal 3-15 range for a focused server.

Completeness4/5

The tool surface covers the core lifecycle: checking existing records, generating new records, auditing and fixing sites, retrieving data, analyzing gaps, and proposing briefs. Minor gaps exist such as no direct tool for claiming a domain or managing tracked keywords/competitors, but those may be external to the MCP server. Overall, the set supports the intended workflows well.

Resources