fetch_page
Fetch any URL and get clean, readable Markdown by stripping ads and navigation, extracting the main article text without requiring an API key.
Instructions
Fetch a web page and return clean, readable Markdown.
Use this to read the full content of a URL (e.g. a search result). Strips
navigation/ads and extracts the main article text. Output is capped to
max_chars characters. Works without any API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |