fetch_page
Fetch a web page and extract its main content as clean markdown by stripping ads, navigation, and boilerplate.
Instructions
Fetch a web page and extract its content as clean markdown. Strips navigation, ads, and boilerplate.
Only http/https URLs are fetched. Loopback, link-local, and cloud-metadata targets are always blocked; private/RFC1918 targets are blocked unless FETCH_ALLOW_PRIVATE is set (default allows LAN fetches). Redirects are re-validated at every hop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch and extract content from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||