fetchWebContent
Fetch and extract readable content from public HTTP(S) URLs, returning clean text or Markdown from web pages and Markdown files.
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 | ||
| format | No | Content format: 'markdown' preserves fenced code blocks (with language) and GFM tables — better for technical docs | |
| maxChars | No | ||
| startIndex | No | Character offset to start reading from (for paging through long content) | |
| readability | No | ||
| includeLinks | No |