browse_page
Extract clean text content from any webpage URL to read full articles, documents, or search results. This tool processes web pages by removing formatting and delivering readable text for research or content analysis.
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
TableJSON 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. |