browser_text
Retrieve compact visible text lines from a webpage. Ideal for reading or searching page content without overwhelming context.
Instructions
Return compact visible text lines from the page. Prefer this before browser_snapshot when you need to read/search page content without flooding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| query | No | Optional case-insensitive substring filter. | |
| limit | No | Maximum lines returned (capped at 300). | |
| maxChars | No | Maximum total characters returned (capped at 20000). |