web_fetch
Fetch a URL and extract its text content, with optional link extraction, for content retrieval and analysis.
Instructions
Fetch a URL and return its parsed HTML content as text, optionally with extracted links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| withLinks | No | Include extracted links (default false) | |
| maxContentLength | No | Maximum content length in characters (default 10000) |