Skip to main content
Glama

x402 Web Tools

extract_webpage

Fetch any public web page and return clean readable Markdown (Readability), title, description, og:image, byline, word count and outgoing links. Ideal for LLM agents that need page content without HTML noise. Costs $0.003 USDC (x402, Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool uses Readability to produce clean Markdown, lists the specific fields returned (title, description, og:image, byline, word count, outgoing links), and discloses a cost point of $0.003 USDC via x402 on Base. This goes beyond a generic 'fetch page' and informs the agent of non-obvious traits like payment and output composition. It does not cover failure modes or rate limits, but the provided information is substantial.

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 two concise sentences. The first sentence front-loads the action and output, the second adds the use-case and cost. There is no redundancy or filler. Every phrase earns its place, making it easy for an agent to parse quickly.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description is quite complete. It specifies the type of URL (public), the return fields, the readability processing, and the cost. It does not address error handling, redirects, or non-HTML content, but these are minor for a fetch tool. For an LLM agent, the essential information needed to invoke and interpret the result is present.

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%—the only parameter 'url' has a description 'Public http(s) URL'. The tool description reinforces that the page must be 'public' but does not add syntax, format details, or examples beyond the schema. Since the schema already documents the parameter adequately, the description's marginal addition is minimal. Per the baseline rule for high schema coverage, a 3 is appropriate.

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 verb ('Fetch') and resource ('any public web page'), then enumerates the exact output (Markdown, title, description, og:image, byline, word count, outgoing links). This clearly distinguishes it from sibling tools like check_email_domain or pricing, which serve entirely different purposes. An agent knows exactly what this tool does and what it returns.

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 states 'Ideal for LLM agents that need page content without HTML noise', providing clear context on when this tool is appropriate. It does not explicitly name alternatives or state when not to use it, but the sibling tools are so different in scope that an agent would not confuse them. The intended use case is conveyed effectively, though explicit exclusion is absent.

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