web_open
Paginate through a previously fetched document using its handle, without re-fetching. Use to read additional pages of cached content.
Instructions
Page through an already-fetched document from the cache, without re-fetching.
Use this to read further pages of a page you previously fetched: pass the handle
from a prior web_search or web_fetch result (or the page URL) and the page number.
This never touches the network; it paginates the stored body. If the handle was not
fetched this session, it returns a not_opened error telling you to web_fetch first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | A handle from a prior result (``site~shorthash``) or the page URL. | |
| page | No | 1-based page to return (default 1). | |
| page_size_tokens | No | Soft per-page token budget (default 4000). | |
| datamark | No | Interleave a marker between words inside the fence (default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||