Skip to main content
Glama

ZadenWorks

compare_pages

Compare two URLs' content and report what's different: paragraphs unique to each side, word count delta, whether they're identical. Paid: $0.02 per call in USDC on Base via x402 — call once without x_payment to receive the payment challenge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlAYesFirst public http/https URL
urlBYesSecond public http/https URL
selectorNoOptional CSS selector applied to both pages before comparing
x_paymentNoOptional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive the payment challenge; complete the payment with your x402 wallet tooling, then retry with this set.
maxDiffItemsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The description discloses the paid nature and the x402 payment challenge flow, which is important behavioral context. However, it does not explicitly state that the tool is read-only or that it fetches external URLs, though these are implied. Given no annotations are provided, the description carries the full burden but is only partially transparent.

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 a single, focused sentence followed by a concise payment note. It is efficient, well-structured, and free of redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains what the tool returns (unique paragraphs, word count delta, identical flag) and outlines the payment challenge flow. It lacks output format details or error handling, but the essential information for calling and understanding the result is provided.

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?

The input schema has 80% coverage (descriptions for 4 of 5 parameters). The tool description itself adds no parameter-specific information, so it falls to the baseline of 3 for high schema coverage. It does not clarify maxDiffItems, but the schema's default and constraints already communicate its 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 clearly states the tool compares two URLs and reports differences: unique paragraphs, word count delta, and identical status. This is specific and distinguishes it from the sibling tools, which focus on single-page audits or batch operations.

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?

The description provides explicit guidance on the payment flow ('call once without x_payment to receive the payment challenge'), which is a key usage instruction. It does not explicitly mention alternatives, but the purpose is unique among siblings, so the intended use is clear.

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

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, from SEO audits to link checking, content comparison, accessibility scans, structured data validation, and claim verification. No two tools overlap in function.

Naming Consistency4/5

Names mostly follow a consistent verb_noun snake_case pattern (audit_seo, check_links, compare_pages). Minor deviations like rank_x402_services and list_rank_categories are slightly less uniform but still readable and predictable.

Tool Count5/5

14 tools cover a broad but focused range of web page analysis and auditing workflows without feeling bloated. The count is well within the ideal 3-15 range for a specialized service.

Completeness5/5

The tool surface is remarkably complete for the domain: covers SEO, sitemaps, links, content, rendering, accessibility, structured data, claims, and monitoring. No critical dead ends or obvious missing operations for typical use cases.

Resources