Skip to main content
Glama
vantagemcp

vantage-mcp

citation_leaders

Read-onlyIdempotent

Find top domains cited by AI for a keyword, optionally check a specific domain's presence in the results.

Instructions

Find which domains dominate AI-answer citations for a topic/keyword, and optionally check whether a specific domain shows up among them. Use this to answer 'who's winning AI search for this topic' or 'is my competitor cited more than me for X'.

Read-only: no side effects, safe to retry. Costs 10 quota units/call (free tier: 3 checks/month total across all tools).

Returns: {"keyword", "platform", "top_domains" (list of {"domain", "mentions"}, most-cited domains for this keyword/platform, order as ranked by the provider), "compare_domain_present" (bool, only present when compare_domain was passed)}.

Use check_ai_visibility instead if you already know which domain you care about and just want its own citation count, not a leaderboard.

Args: keyword: the topic/query to check, e.g. "best project management tool". platform: "chat_gpt" or "google" (Google's AI Overview). Defaults to chat_gpt. Perplexity and Gemini aren't available - the underlying data provider doesn't cover them for this check. compare_domain: optional bare domain to flag if present in the results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
platformNochat_gpt
compare_domainNo
Behavior5/5

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

Beyond the annotations (readOnly, idempotent), the description discloses cost ('Costs 10 quota units/call'), safety ('no side effects, safe to retry'), and platform limitations. It also clarifies the return schema changes when compare_domain is passed. No contradictions 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?

Every sentence adds value. Uses clear headers (Args, Returns), lists platform options, and keeps sentences concise. Structured logically from high-level purpose to parameter details. No fluff or repetition.

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 moderately complex tool with 3 parameters and no output schema, the description fully compensates by describing return types, default values, provider limitations, and a practical use case. It leaves no ambiguity about invocation or expected results.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must carry the burden. It thoroughly explains each parameter: keyword's purpose, platform's allowed values/defaults, and compare_domain's behavior. Also explains the response structure, fully compensating for the lack of schema descriptions.

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 provides a specific verb+resource statement: 'Find which domains dominate AI-answer citations for a topic/keyword'. It clearly distinguishes from sibling check_ai_visibility by stating when to use each, and the tool name matches its function.

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

Usage Guidelines5/5

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

Explicitly names the alternative tool: 'Use check_ai_visibility instead if you already know which domain...' It also gives contextual guidance on platform availability ('Perplexity and Gemini aren't available') and the optional compare_domain parameter purpose.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vantagemcp/vantage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server