scrape
Scrape a URL and return the main page content as markdown, formatted for language model consumption.
Instructions
Fetch a URL and return the main page content as markdown suitable for LLM context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTP or HTTPS URL to scrape. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |