get_content
Get HTML content from the page, specifying offset and max characters; the response includes slice details for paginated retrieval.
Instructions
Get the page HTML, max_chars chars from offset.
The first line reports the slice, total size, and the next offset
when more content is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |