read_website
Extract web content and convert it to clean Markdown for reading documentation, analyzing content, and gathering information from websites while preserving links and structure.
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
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP/HTTPS URL to fetch and convert to markdown | |
| pages | No | Maximum number of pages to crawl (default: 1) | |
| cookiesFile | No | Path to Netscape cookie file for authenticated pages |