fetch_url
Fetch web content and convert to Markdown with SSRF protection, caching, and optional AI summarization for research and analysis.
Instructions
Fetch a URL, convert to markdown. SSRF-protected and cached.
Args: url: The URL to fetch. summarize: If true and Ollama is available, include a summary. max_chars: Maximum characters of content to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| summarize | No | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |