web_url_read
Fetch and extract web page content to retrieve specific information. Use to read URLs, pull headings, sections, or text ranges for deeper analysis.
Instructions
Read the content from an URL. Use this for further information retrieving to understand the content of each URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL | |
| section | No | Extract content under a specific heading (searches for heading text) | |
| maxLength | No | Maximum number of characters to return | |
| startChar | No | Starting character position for content extraction (default: 0) | |
| readHeadings | No | Return only a list of headings instead of full content | |
| paragraphRange | No | Return specific paragraph ranges (e.g., '1-5', '3', '10-') |