Skip to main content
Glama

Escanear legibilidad para IA (GEO)

escanear_geo
Read-onlyIdempotent

Analiza si una web puede ser leída y citada por motores de IA (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews). Comprueba robots.txt y el acceso de los principales bots de IA (GPTBot, ClaudeBot, PerplexityBot, Google-Extended…), llms.txt, sitemap, datos estructurados JSON-LD, metadatos y extractibilidad del contenido. Devuelve una puntuación 0-100 con hallazgos y correcciones. Solo URLs públicas; máximo 5 escaneos por minuto. Un resultado reciente de la misma página puede reutilizarse hasta 24 h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL o dominio público a analizar, p. ej. https://ejemplo.com

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notaYes
dominioYes
sitemapYes
llms_txtYes
problemasYes
url_finalYes
categoriasYes
nota_textoYes
puntuacionYes
robots_txtYes
bots_bloqueadosYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds useful behavioral details beyond the annotations: it limits to public URLs, enforces 5 scans/minute, caches results for 24h, and returns a 0-100 score plus corrections. The readOnly and idempotent annotations already cover the safety profile.

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 purpose is front-loaded, followed by a compact list of checkscares, then output format, then constraints. It is slightly dense as one long sentence, but every sentence adds relevant information.

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 single-parameter analysis tool with an output schema, the description covers purpose, checked dimensions, output format, rate limits, and caching reuse. Nothing essential for correct invocation is missing.

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?

There is a single url parameter and the schema already documents its type, bounds, and example. The description only reinforces that the URL must be public, which adds minor nuance but does not substantially extend the schema.

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 states a specific action and resource: analyzing whether a web page can be read and cited by AI enginescars, and enumerates concrete checks (robots.txt, bots, structured data, extractability). This is clearly distinct from the sibling tools.

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?

It gives clear usage context: analyzing AI-readability/GEO of a public URL. It also adds constraints (public URLs only, rate limit, 24h cache), though it does not explicitly name alternatives or when-not-to-use conditions.

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