Skip to main content
Glama

read-website-fast

by just-every

read_website

Extract and convert website content into clean Markdown for analysis, documentation, or information gathering. Preserves structure, links, and supports multi-page crawling.

Instructions

Fast, token-efficient web content extraction - ideal for reading documentation, analyzing content, and gathering information from websites. Converts to clean Markdown while preserving links and structure.

Input Schema

NameRequiredDescriptionDefault
pagesNoMaximum number of pages to crawl (default: 1)
urlYesHTTP/HTTPS URL to fetch and convert to markdown

Input Schema (JSON Schema)

{ "properties": { "pages": { "default": 1, "description": "Maximum number of pages to crawl (default: 1)", "maximum": 100, "minimum": 1, "type": "number" }, "url": { "description": "HTTP/HTTPS URL to fetch and convert to markdown", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from read-website-fast

Related Tools

    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/just-every/mcp-read-website-fast'

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