web_url_read
Retrieve and extract content from a web page URL. Options allow focusing on specific sections, paragraphs, headings, or character ranges.
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 | |
| startChar | No | Starting character position for content extraction (default: 0) | |
| maxLength | No | Maximum number of characters to return | |
| section | No | Extract content under a specific heading (searches for heading text) | |
| paragraphRange | No | Return specific paragraph ranges (e.g., '1-5', '3', '10-') | |
| readHeadings | No | Return only a list of headings instead of full content |