Fetch Gemini resource
gemini_fetchFetch Gemini protocol content by URL, returning structured JSON for LLM consumption. Handles TLS, TOFU, client certificates, and input prompts.
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: Optional answer to a status-10/11 input prompt; it is percent-encoded and sent as the query string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A full gemini:// URL, e.g. gemini://geminiprotocol.net/ . On a status-10/11 input response, call again with the `input` argument set to the user's answer instead of hand-building a query string. | |
| input | No | Optional answer to a Gemini status-10/11 input prompt. It is percent-encoded and sent as the query string, so pass the raw answer (spaces, &, = and unicode are handled for you). Replaces any query already present in `url`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||