Fetch Gopher resource
gopher_fetchFetch Gopher menus or text files by URL. Returns structured JSON with menu items, text content, or binary data 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 | A full gopher:// URL. The first path character is the item type (1=menu, 0=text file, 7=search). Follow `next_url` from menu items to navigate. Example: gopher://gopher.floodgap.com/1/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||