Skip to main content
Glama
jialinhome

page-fetcher-mcp

by jialinhome

scrape_url

Scrape any webpage and extract readable text content. Supports CSS selectors and JavaScript rendering for dynamic sites.

Instructions

Scrape and extract readable text content from a web page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csrNoCSR (Client-Side Rendering) specific options
urlYesThe URL to scrape
timeoutNoRequest timeout in milliseconds (default: 30000)
selectorNoOptional CSS selector to extract specific elements
renderModeNoRendering mode: auto (auto-fallback), ssr (server-side), or csr (client-side)
Behavior2/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. It doesn't mention whether this is a safe read-only operation, whether it makes network requests, what happens with JS-heavy pages requiring rendering, or any restrictions/rate limits. The 'readable text' wording hints at HTML stripping but no side-effect expectations are disclosed.

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 sentence, zero waste, effectively front-loaded. Every word earns its place and there's nothing extraneous.

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?

The tool has 5 params including a nested csr object with 4 sub-options, signaling meaningful complexity around rendering modes. No output schema exists, so return format is undocumented. Given the complexity of renderMode/csr options and the sibling fetch_url ambiguity, the description is adequate but could benefit from explaining rendering fallback behavior and what the extracted output looks like.

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 coverage is 100%, so the schema parameter descriptions carry the load. The description adds the 'readable text content' semantic — implying extraction/processing beyond raw fetch. However, it doesn't explain how selector, renderMode, or csr options interact with the extraction logic, though those are documented in the schema. Baseline 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb+resource+outcome: 'Scrape and extract readable text content from a web page.' It clearly differs from the sibling tool fetch_url (which presumably fetches raw HTML) by specifying 'readable text content' as the extraction target, giving implicit differentiation.

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 description says what it does but doesn't explicitly say when to use it vs fetch_url, nor when NOT to use it. The presence of a sibling tool named fetch_url suggests a decision point, but the description doesn't address it directly. The purpose wording ('readable text') implies a distinction but doesn't make it explicit.

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/jialinhome/page-fetcher-mcp'

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