ollama_web_fetch
Fetch a web page by URL to retrieve its title, content, and links. Supports both JSON and Markdown output formats.
Instructions
Fetch a web page by URL using Ollama's web fetch API. Returns the page title, content, and links. Requires OLLAMA_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| format | No | json |