web_fetch
Fetch a web page, convert HTML to markdown, and get answers to any question about its content.
Instructions
Fetch a web page and answer questions about its content.
Fetches the URL, converts HTML to markdown, and uses Claude to answer the prompt based on the page content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch content from. HTTP URLs are auto-upgraded to HTTPS. | |
| prompt | Yes | Question or instruction about the page content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |