Skip to main content
Glama

x402-web-retrieve

Web Retrieve: Fetch a webpage safely with SSRF protection and extract its clean text content plus title and meta tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUrl to process
maxLenNoMaxLen to process
targetNoTarget to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / url
      Added value: +{
      +  "description": "Url to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the return shape (clean text, title, meta tags) and notes SSRF protection, which is meaningful behavioral context. It omits any mention of login walls, rate limits, JS rendering vs static fetch, redirect handling, or error behavior for blocked URLs.

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?

A single, front-loaded sentence that delivers purpose, behavior, and return values with zero filler. Well sized for a simple fetch tool.

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

Completeness3/5

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

Covers the core contract for a fetch tool but leaves important gaps: no hints on the ambiguous 'target' parameter, no differentiation from the many overlapping scrape siblings, and no failure-mode context. Adequate as a minimum-viable description, not complete given the crowded sibling set.

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% but the schema text itself is tautological ('Url to process', 'MaxLen to process', 'Target to process'), so it provides no real meaning. The description adds nothing about url format, maxLen truncation, or what 'target' means. Baseline 3 applies since schema 'documents' the params, but the description fails to compensate for the vacuous schema text.

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?

States a specific verb (fetch/retrieve) and resource (a webpage), plus what it returns (clean text content, title, meta tags). The 'with SSRF protection' qualifier distinguishes it from the crowded field of sibling scrape tools like x402-browser-scrape, x402-web-scrape, and x402-text-scrape.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance. In a catalog containing x402-web-scrape, x402-browser-scrape, x402-text-scrape, x402-html-text-extract, and x402-web2md, the description never explains which one an agent should pick. 'Safely with SSRF protection' hints at trust boundaries but is not framed as selection advice.

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