chaprola_fetch
Fetch any URL to retrieve clean content, with HTML automatically converted to markdown. SSRF-protected and rate-limited to 20 requests per user per day.
Instructions
Fetch any URL and return clean content. HTML pages converted to markdown. SSRF-protected. Rate limit: 20/day per user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch (http:// or https://) | |
| format | No | Output format (default: markdown) | |
| max_length | No | Max output characters (default: 50000, max: 200000) |