Skip to main content
Glama
lalit9168

Website Scraper MCP Server

by lalit9168

scrape_full_site

Crawl every internal page of a website, clean HTML content, and optionally split into chunks for structured retrieval.

Instructions

End-to-end pipeline: crawl every internal page of a website, clean the HTML of each page, and optionally split into chunks. Returns a structured result with every page's title, clean content, links, metadata, and (if requested) text chunks. Handles both static and dynamic pages automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesRoot website URL to start from.
chunkNoWhether to split page content into chunks.
cleanNoWhether to clean HTML before returning content.
max_depthNoMaximum crawl depth (default 2).
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden. It details the pipeline steps (crawl, clean, optionally chunk) and the return structure (title, content, links, metadata, chunks). It also mentions handling both static and dynamic pages, adding valuable context. However, it does not address resource consumption, rate limits, or authentication.

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?

Two concise sentences: first describes the pipeline, second defines the return. No wasted words and front-loaded with the key action.

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 complexity of crawling and cleaning, the description covers the main outputs and mentions dynamic page handling. It lacks details on the cleaning process, max_depth behavior, or prerequisites like authentication, but remains largely complete for selection purposes.

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%, so the schema already documents each parameter. The description does not add additional meaning beyond what the schema provides, placing it at the baseline of 3.

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 it's an end-to-end pipeline for crawling every internal page, cleaning HTML, and optionally chunking. It distinguishes from siblings like crawl_website, scrape_website, chunk_content, and clean_content by combining all steps.

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 explains what the tool does and implies use cases for full-site scraping, but does not explicitly state when not to use it or list alternatives such as crawl_website or scrape_website for simpler tasks.

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/lalit9168/web-scrapping'

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