Read a public web source
read_web_sourceReads a public web page as text, returning its URL, timestamp, SHA-256 fingerprint, and a content excerpt. Supports offset and character limits for truncated sources.
Instructions
Reads a public HTTP(S) page as text and returns its URL, retrieval time, SHA-256 fingerprint, and a bounded excerpt. Private network addresses are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| offset | No | Character offset for continuing a truncated source. | |
| maxChars | No | Maximum source characters returned in this call. |