browse_page
Extract clean text content from webpages to verify search results and analyze online information.
Instructions
Fetch and extract pure text content from a specific URL. Use this to read the full content of a page found via search_web.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to read. | |
| max_chars | No | Maximum number of characters to extract. Default is 10000. |