Skip to main content
Glama
lalit9168

Website Scraper MCP Server

by lalit9168

chunk_content

Splits clean text into overlapping chunks with unique IDs for vector embedding or search indexing.

Instructions

Split clean text into overlapping chunks (~1 000 characters each, 200-character overlap). Each chunk has a unique deterministic ID derived from the URL and position. Useful for preparing text for vector embedding or search indexing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoSource URL to embed in each chunk.
textYesClean plain text to split.
titleNoPage title to embed in each chunk.
Behavior4/5

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

The description discloses key behavioral traits: overlapping chunks, deterministic IDs from URL and position. No annotations are provided, so the description carries the full burden. It does not mention edge cases or side effects, but for a text transformation tool, the behavior is sufficiently transparent.

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 concise and front-loaded, with three sentences that each serve a purpose: stating the action, detailing the chunk characteristics, and suggesting use cases. 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, the description covers all necessary information: what it does, how it operates (overlap, chunk size, ID generation), and its intended use. No output schema exists, but the behavior is clear enough.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining how parameters are used: overlapping mechanics, deterministic ID derivation from URL, and the general split strategy, which enriches the meaning of the parameters.

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 action ('Split clean text into overlapping chunks'), specifies chunk size (~1000 characters) and overlap (200 characters), and distinguishes from sibling tools (cleaning, crawling, scraping) by focusing on the chunking process.

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 mentions use cases ('preparing text for vector embedding or search indexing'), providing clear context. However, it does not explicitly state when not to use the tool or compare to alternatives, though the sibling tool names imply distinct purposes.

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