browser_scroll_read
Scroll a web page and extract readable content as Markdown. Optionally skip unchanged sections to reduce token usage.
Instructions
Scroll and return a Readability-extracted Markdown view. With deltaOnly=true, returns '(no change)' if nothing new became visible — keeps context windows lean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixels | No | ||
| deltaOnly | No | Return markdown only if the readable content changed since the last call. | |
| direction | No | down |