fetch_url
Fetches a public URL and returns the page content as markdown, with support for reading long pages in chunks.
Instructions
Fetch a public HTTP/HTTPS URL and return page content as markdown. Use start_index to read long pages in chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| url | Yes | ||
| max_length | No | ||
| start_index | No | ||
| ignore_robots_txt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |