Skip to main content
Glama

scrape

Given a URL, extracts the page title, readable markdown, and plain text. Helps AI agents read web content, scrape data, and feed RAG pipelines.

Instructions

Read any web page as clean text + markdown. Give a URL, get back the page title, readable markdown, and plain text. Paid per call in USDC via x402 — no signup, no API key. Use to let the agent read pages, fetch articles/docs it can't access, scrape content, and feed RAG.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe page URL to read (http/https).
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the payment model (paid per call via x402, no signup), the output format (title, markdown, plain text), and that it's a read-only operation. It lacks details on rate limits or error handling, but for a simple tool this is adequate.

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 three sentences, front-loaded with the core purpose. Each sentence adds value: purpose, input/output, and use case/payment model. No wasted words.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description covers all necessary information: what it does, how to use it, what to expect, and special conditions (payment). It is fully sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with a basic description. The tool's description adds meaning by explaining what happens with the URL ('Get back the page title, readable markdown, and plain text') and the expected input (a URL). This goes beyond 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 clearly states the tool reads web pages and returns clean text and markdown. It specifies the action (read, fetch, scrape) and the resource (web pages). The sibling tools are search-oriented, so this tool's distinct purpose is well-defined.

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 includes explicit use cases: 'Use to let the agent read pages, fetch articles/docs it can't access, scrape content, and feed RAG.' While it doesn't explicitly state when not to use, the context of siblings implies this is for direct URL access, not search.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/patwalls/superhighway-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server