Read a web page as Markdown
read_urlFetch a public http/https URL and return its main content as clean Markdown — ideal for giving an agent readable web content for research or RAG. Private/internal hosts are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http/https URL to read. |