Skip to main content
Glama

alice

Compare AI visibility

compare_ai_visibility
Read-only

Compare how visible several websites are to AI answer engines, side by side. Scans 2-4 URLs and ranks them by AI visibility score, showing which blocks AI crawlers, which is server-rendered, and which has answer-ready structured data. Use when someone wants to benchmark their site against competitors, or asks why a competitor gets recommended by AI assistants and they do not.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesTwo to four site URLs. Put the user’s own site first; results are returned ranked by score.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYes
gatedNo
next_stepYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety and external dependency. The description adds specific behaviors: scanning 2-4 URLs, ranking by AI visibility score, and reporting on crawler blocking, server rendering, and structured data. This goes beyond the annotations without contradicting them, though it doesn't detail response structure (covered by output schema).

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 compact—two sentences, zero filler. The core purpose is front-loaded, followed by usage context. Every clause earns its place, and the differentiation from the sibling is embedded naturally.

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 one simple parameter, a rich output schema, and annotations covering safety and open-world behavior, the description is complete. It tells the agent what the tool does, when to use it, and the key behavioral outputs, leaving nothing essential missing.

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?

Schema coverage is 100% (the urls array is fully described with min/max items). The description adds value beyond the schema by instructing the agent to put the user's own site first and stating that results are returned ranked by score, which affects how the parameter should be ordered. This is helpful supplementary meaning.

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 ('Compare') and resource ('how visible several websites are to AI answer engines'), clearly distinguishing it from the sibling check_ai_visibility (which likely checks a single site). It also enumerates the concrete outputs: ranking, AI crawler blocking, server rendering, and structured data readiness, making the purpose unmistakable.

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?

The description explicitly states when to use the tool ('benchmark their site against competitors' or 'asks why a competitor gets recommended by AI assistants') and implies the alternative (single-site check) when a single URL is involved. This gives clear decision criteria and routes the agent appropriately.

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.

Resources