Fetch URL
fetch-urlFetch public webpages and convert HTML to clean Markdown for AI processing, with built-in content cleaning and secure web access.
Instructions
Web Content Extractor Fetch public webpages and convert HTML to clean Markdown.
READ-ONLY. No JavaScript execution.
GitHub/GitLab/Bitbucket URLs auto-transform to raw endpoints (check resolvedUrl).
If truncated=true, use cacheResourceUri with resources/read for full content.
For large pages/timeouts, use task mode (task: {}).
If error queue_full, retry with task mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL. Max 2048 chars. | |
| skipNoiseRemoval | No | Preserve navigation/footers (disable noise filtering). | |
| forceRefresh | No | Bypass cache and fetch fresh content. | |
| maxInlineChars | No | Inline markdown limit (0-10485760, 0=unlimited). Lower of this or global limit applies. |