fetch
Retrieve web page content from any URL, extracting it as readable markdown while bypassing automated request blocks through browser impersonation.
Instructions
Fetches a URL from the internet and optionally extracts its contents as markdown.
This tool uses Chrome browser impersonation to access websites that might otherwise block automated requests, making it more reliable for fetching content from various sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Get the actual HTML content of the requested page, without simplification. | |
| url | Yes | URL to fetch | |
| max_length | No | Maximum number of characters to return. | |
| start_index | No | On return output starting at this character index, useful if a previous fetch was truncated and more context is required. |