Skip to main content
Glama
slaufer

library-of-babel-mcp

by slaufer

Get page

get_page

Retrieve the exact text of any page in the Library of Babel by its coordinates. Provide hexagon, wall, shelf, volume, and page to get the identical content every time.

Instructions

Retrieve the exact text on a page at a given address in the Library of Babel. Every address always returns the same content (the library never changes). Coordinates: hexagon (base-36 string id), wall (1-4), shelf (1-5), volume (1-32), page (1-410). Almost every address is gibberish — meaningful pages are found via search_text, not by browsing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
wallNo
shelfNo
volumeNo
hexagonYesBase-36 hexagon id (0-9, a-z), any length
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behavioral traits: deterministic results ('Every address always returns the same content') and that most addresses contain gibberish. It does not mention error handling or output format, but for a simple read operation these are less critical.

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

Conciseness5/5

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

The description is three sentences with no wasted words: purpose, determinism, and coordinate/usage guidance. Each sentence earns its place, and the most important information is front-loaded.

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?

Given no annotations and no output schema, the description provides a solid amount of context: purpose, coordinate ranges, deterministic behavior, and tool-selection guidance. It leaves out explicit failure semantics and return value details, but it is largely complete for deterministic page retrieval.

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

Parameters4/5

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

Schema coverage is only 20% (hexagon), so the description compensates by listing all five coordinates with their ranges and explaining hexagon as a base-36 string id. This adds meaningful context beyond the raw schema, though it stops short of mentioning default values for optional parameters.

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

Purpose5/5

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

The description uses a specific verb ('Retrieve the exact text') and resource ('a page at a given address in the Library of Babel'), making the tool's function immediately clear. It also distinguishes itself from siblings like search_text by emphasizing direct address-based retrieval.

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

Usage Guidelines5/5

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

The description explicitly provides usage guidance: 'Almost every address is gibberish — meaningful pages are found via search_text, not by browsing.' This names an alternative tool and states when not to use get_page, while also implying it should be used for direct, known-address retrieval.

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/slaufer/library-of-babel-mcp'

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