fetchWebContent
Fetch content from public HTTP(S) URLs and extract readable text from Markdown files or web pages. Use paging, raw output, readability mode, or link extraction to retrieve the exact information you need.
Instructions
Fetch content from a public HTTP(S) URL (supports Markdown files and normal web pages)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the raw response body (HTML/plain text) without extraction | |
| url | Yes | ||
| maxChars | No | ||
| startIndex | No | Character offset to start reading from (for paging through long content) | |
| readability | No | ||
| includeLinks | No |