gemini_fetch
Fetch Gemini content by URL and return structured JSON for AI assistants. Supports TLS, TOFU, and client certificates.
Instructions
Fetch Gemini content by URL.
Supports the Gemini protocol with TLS, TOFU certificate validation, client certificates, and gemtext parsing. Returns structured JSON responses optimized for LLM consumption.
Args: url: Full Gemini URL to fetch (e.g., gemini://gemini.circumlunar.space/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |