gopher_fetch
Fetch Gopher menus or text files by URL. Supports standard item types and returns structured JSON for LLM consumption.
Instructions
Fetch Gopher menus or text by URL.
Supports all standard Gopher item types including menus (type 1), text files (type 0), search servers (type 7), and binary files. Returns structured JSON responses optimized for LLM consumption.
Args: url: Full Gopher URL to fetch (e.g., gopher://gopher.floodgap.com/1/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |