browser_scan
Extract simplified HTML or plain text from the active browser tab, with options to only list tabs or switch to a specific tab. Optimized for LLM consumption by removing scripts, styles, and invisible elements.
Instructions
Get simplified HTML content of the active tab plus tab list. The HTML is optimized for LLM consumption (stripped of scripts, styles, invisible elements).
Args: tabs_only: Only return tab list without page content (saves tokens). switch_tab_id: Switch to this tab before scanning. text_only: Return plain text instead of simplified HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabs_only | No | ||
| text_only | No | ||
| switch_tab_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |