Read URL
read_urlFetch public web pages and extract normalized text, enabling coding agents to read and analyze URL content.
Instructions
Read a public http(s) URL as normalized text, using direct fetch first and optional remote readers only when configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public http(s) URL to read. | |
| maxChars | No | Maximum characters to return. | |
| strategy | No | Reader strategy. Defaults to auto. | |
| allowPrivateNetwork | No | Allow localhost/private network URLs for this call. Defaults to false. |