browser.inspect_page
Inspect a webpage's visible text and links in a safe, limited summary for research, avoiding full DOM dumps.
Instructions
Returns a safe page summary without dumping arbitrary full DOM content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_links | No | ||
| include_links | No | ||
| max_text_chars | No | ||
| browser_session_id | Yes | ||
| include_visible_text | No |