webfetch
Fetch webpage content from any URL and process it with AI to extract summaries or answer specific questions about the page.
Instructions
Fetch a single URL, extract content, and process with LLM.
Args:
url: The URL to fetch.
prompt: Optional instruction for LLM processing. If omitted, provides a general summary.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| prompt | No |