webtool_readpage
Fetch any webpage and convert its content to clean Markdown, including links and images. Automatically bypasses access restrictions for reliable extraction.
Instructions
Get the webpage content in Markdown format, including links and images. Handles blocked access automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to fetch | |
| useJavaScript | No | Whether to execute JavaScript (requires Puppeteer) | |
| useProxy | No | Whether to use a proxy for this request | |
| selector | No | Optional CSS selector to extract specific content (e.g., 'main', 'article') | body |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (default: true for development convenience) |