web_fetch
Extract main text and optional links from any webpage using Chrome automation. Ideal for retrieving readable content directly from URLs for analysis or processing.
Instructions
Extract readable text content from a webpage using Chrome browser automation.
Key Features:
- Returns main content text and optionally links
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeLinks | No | Whether to include extracted links in the output | |
url | Yes | Webpage URL to fetch (must include http:// or https://) |