open
Read a stored web page by returning a window of its text from a given offset and length. Use it to inspect or extract specific parts of fetched sources.
Instructions
Inspect a stored source in full: returns a window of the stored page text
starting at offset with up to length characters (capped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| length | Yes | ||
| offset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||