web_fetch
Retrieve readable content from any web page by submitting its URL. Returns the page title, main content, and a list of links for further exploration.
Instructions
Fetch the readable content of a web page via Ollama's hosted fetch API.
Args: url: The absolute URL to fetch (must include http:// or https://).
Returns: A dict with the page title, content, and a list of links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||