Skip to main content
Glama
Grubbomatic

Crawl Readiness MCP Server

Content Parity Check

check_content_parity
Read-only

Compare content rendered to human browsers versus AI crawlers. Identifies differences in text overlap, titles, and meta descriptions to detect cloaking, JS-only shells, or bot blocking issues.

Instructions

Compare what human browsers see vs what AI crawlers see. Fetches a page four times in parallel — as Chrome, GPTBot, ClaudeBot, and PerplexityBot — and reports word-overlap %, title/description differences, and warnings about JS-only shells, cloaking, or edge-based bot blocking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to check parity on.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark this as read-only and open-world, so the safety profile is covered. The description adds substantial behavioral context: it performs four parallel fetches, specifies the exact user agents, and enumerates what it detects (JS-only shells, cloaking, edge-based bot blocking), which goes well beyond the 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?

Two dense sentences, front-loaded with the purpose and followed by the method and output details. Every phrase adds value and there is no filler or repetition of annotation fields.

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?

With only one parameter, no output schema, and annotations already covering safety, the description is complete: it states what the tool does, how it fetches, and what reports/warnings the agent should expect. Nothing essential for calling and interpreting the tool 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?

Schema description coverage is 100% and the single url parameter already has a clear description. The tool description does not add parameter-level details, which matches the baseline expectation when the schema fully documents parameters.

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 opens with a specific, meaningful comparison ('human browsers vs AI crawlers') and then names the concrete mechanism (four parallel fetches as Chrome, GPTBot, ClaudeBot, PerplexityBot) and outputs (word-overlap %, title/description differences, warnings). This clearly distinguishes it from siblings like check_ai_readiness or validate_robots by focusing on parity detection rather than readiness or validation.

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 intended use case is implied clearly: call this when you need to compare rendering across browsers and AI crawler user agents. However, it never explicitly states when not to use it or which sibling alternative to prefer, leaving the selection decision to the agent based only on sibling names.

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