fetch_webpage
Retrieve webpage content and metadata. Optionally extract clean text for analysis.
Instructions
Fetch content from a webpage.
Args: url: URL to fetch extract_text: If True, extract and clean text content
Returns: Webpage content and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| extract_text | No |