Skip to main content
Glama
mrfentmen

gopher-mcp

by mrfentmen

open_menu

Open a Gopher menu and list its items. Point to any host, port, or selector to browse directories on the Gopher protocol.

Instructions

Open a Gopher menu (directory) and list its items. The default server is gopher.floodgap.com — one of the oldest still-running gopher servers. Pass a selector like '/' for the root, or a path like '/1/floodgap'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoGopher host (no scheme)gopher.floodgap.com
portNoGopher port, usually 70
selectorNoMenu selector, e.g. '/' or '/1/floodgap'/
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry the burden of behavioral disclosure, but it only mentions the default server and selector examples. It does not describe return format, error handling, or any network-related behavior, leaving significant gaps for a network tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at three sentences and front-loads the purpose. The second sentence about the server's historical status is extra context but not wasteful, keeping the overall structure tight.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with three optional parameters and no required fields, the description provides enough context to get started: what it does, default server, and example selectors. It lacks details on edge cases or output specifics, but these are less critical given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are already well-documented. The description adds minimal extra meaning, repeating selector examples already in the schema, though it does provide context about the default server.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool opens a Gopher menu and lists its items, with specific examples of selectors. It does not explicitly differentiate from sibling tools like read_textfile or search_veronica, but the resource (menu/directory) is clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the description: to browse a Gopher menu, use this tool. However, there is no explicit guidance on when to prefer this over read_textfile or search_veronica, nor any mention of when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/gopher-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server