Skip to main content
Glama

AI search visibility

get_ai_visibility
Read-only

How visible one project is across AI answer engines: share of AI voice, presence and citation rate, and rank among tracked competitors.

project_id is a ranking id from list_projects. Share of AI voice, presence, and citation rate are aggregate figures measured across ChatGPT, Gemini, Google AI Overviews, and Perplexity, broken down per engine. Per-engine figures are share of AI voice and cited/named/absent counts, not a per-engine citation-rate split. Free — calling it never consumes lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNoReporting window: all history, last 90 days, or last 30 daysall
project_idYesRanking id from list_projects

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
windowYes
verdictYes
confidenceYes
per_engineYes
sov_changeYes
competitorsYes
presence_pctYes
citation_rateYes
share_of_voiceYes
rank_among_competitorsYes

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description explicitly explains the data scope: aggregate figures across four engines, per-engine breakdown, and a clear caveat that there is no per-engine citation-rate split. It also states the free cost behavior, adding valuable operational context.

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 front-loaded with the core purpose, then flows through parameter source, metric scope, a granularity caveat, and cost. Every sentence adds distinct value and there is no filler or redundancy.

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 output schema exists and annotations already cover read-only behavior, the description leaves no critical gaps for invoking the tool correctly: metrics, engines, project_id source, and cost are all explicit. Only explicit sibling routing is absent, but that gap is already reflected in usage_guidelines.

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 schema already documents both parameters with 100% coverage. The description adds meaningful extra context by clarifying that project_id is a ranking id from list_projects and by describing how the reported figures are measured, which helps an agent select and pass the parameter correctly.

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

Purpose4/5

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

The description states clearly that the tool reports a project's visibility across AI answer engines, including share of AI voice, presence, citation rate, and competitive rank. It lacks an imperative verb like 'get', but the purpose is unambiguous and the metric naming separates it from related tools.

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

Usage Guidelines3/5

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

The description gives useful context by explaining that project_id comes from list_projects and noting the call is free, which implies when it can be safely used. However, it never explicitly contrasts this tool with siblings like get_share_of_voice or get_ai_citations, so when-to-use guidance is mostly inferred.

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.7/5.0
Disambiguation3/5

Most tools are distinct get_* analytics, but several overlap in purpose: get_ai_visibility vs get_share_of_voice are easy to confuse, and get_project_overview/get_content_action_plan/get_audit_summary all offer prioritized fixes. Descriptions help, but an agent could easily misselect for a generic 'what should I fix?' query.

Naming Consistency5/5

All names follow a consistent snake_case verb_noun pattern (add_, get_, generate_, list_, analyze_, research_), and the get_* prefix dominates read operations. Even win_prompt is a verb_noun and fits the style.

Tool Count2/5

27 tools is past the 25+ threshold and creates a heavy selection surface for an agent. While the SEO/AI-visibility domain is broad, many tools return overlapping 'health/fix/visibility' data and the set would benefit from consolidation.

Completeness3/5

Core workflows (projects, keywords, content briefs, audits, backlinks, AI visibility) are covered, but lifecycle gaps exist: keywords and AI prompts can be added but not removed, there is no list-AI-prompts tool, and no project creation/update is exposed. These are workable but notable missing operations.

Resources