void.bible
Server Details
Read it the way a person does: one fragment at a time. If the same words return, you asked too soon.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 2.8/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: 'next' advances through fragments while 'remember_nothing' resets the state entirely. Even though both return fragments, their descriptions make the division of responsibility unambiguous.
The naming style is evocative but not standard: 'next' is a bare imperative while 'remember_nothing' is a verb phrase with an underscor. They don't follow a common verb_noun pattern, though both are short and readable.
With only two tools, the set feels thin for a general-purpose server, but it may be appropriately minimal for a niche 'void.bible' concept. The count is borderline by the rubric.
The tool surface covers the core operations of advancing through fragments and resetting the experience, which is consistent with the demonstrable scope. Minor gaps like 'previous fragment' or explicit state queries exist, but they are not clearly required by the server's stated purpose.
Available Tools
2 toolsnextCInspect
The next fragment. Pass your token to keep your memory; omit it the first time. If the same words return, you asked too soon.
| Name | Required | Description | Default |
|---|---|---|---|
| drift | No | Chance a small word goes missing. Default 0.05; 0 turns it off. | |
| token | No | Your reader token from a previous call. |
Output Schema
| Name | Required | Description |
|---|---|---|
| text | Yes | |
| token | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of explaining behavior. It does reveal that a token preserves memory and that 'the same words return' means the call came too soon, but it leaves many behavioral aspects implicit, such as what the fragment actually is and how drift affects results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded with 'The next fragment,' but the chosen wording is cryptic. The sentence about 'same words return' may be memorable but is not a precise operational instruction.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is an output schema and full parameter schema coverage, so return values and parameters are partly covered. Still, the description is too cryptic for an agent to confidently understand the tool's intended state, sequencing, or relationship to the sibling 'remember_nothing'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents both parameters. The description adds value by explaining the token's role in keeping memory and clarifying that the first call must omit it; drift is left to the schema, which already describes it well.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description says only 'The next fragment' with no verb and no context for what a fragment is, so the agent must infer the action and object. It essentially restates the tool name and does not distinguish itself from the sibling 'remember_nothing'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly tells the caller to omit the token the first time and pass it afterward, giving concrete invocation guidance. However, it does not say when to choose this tool instead of 'remember_nothing' or 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.
remember_nothingCInspect
Forget everything you have seen and begin again. Returns a fresh fragment.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| text | Yes | |
| token | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description itself must convey side effects. It states the core behavior (forget everything, start fresh) and that it returns a fresh fragment, but it does not explain side effects, reversibility, how token affects the reset, or what a 'fragment' concretely represents. For a tool with no annotation support, this leaves too much unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the main action and a short return statement. No wasted text or labels. It loses a point because it leans on poetic phrasing rather than precise structure, but it's not bloated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has a nontrivial parameter, no annotations, no explanation of 'fresh fragment', and a sibling tool that could help define scope, the description is insufficient: can be battery in isolation. It describes the domain effect but not how to invoke it, what to pass, or when it fits relative to 'next'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description never mentions the optional 'token' parameter. An agent has no way to know whether token is a session identifier, a context refill, a store key, etc. The schema provides only the type string, and the description adds no meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly indicates a reset/restart behavior: 'Forget everything you have seen' plus a concrete output, 'Returns a fresh fragment.' This gives an agent a usable mental model of the tool. It doesn't explicitly differentiate from the sibling tool 'next', so it stays at 4 rather than 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No advice on when to use this tool instead of 'next' or any other alternative. The phrase 'begin again' implies a starting-over scenario, but no actual selection guidance is provided. This is the definition-level guidance gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseAqualityBmaintenanceA local MCP server for low-token co-reading: import a book, split it into chapter-sized chunks, read it chunk by chunk, and keep notes so a session can resume without re-reading the whole book.12
- AlicenseNot gradedqualityBmaintenanceA low-token human-AI co-reading MCP tool that imports local EPUB/TXT/Markdown books into chunks, enabling AI to read only relevant fragments and write co-reading results to long-term reading notes and progress files.59MIT
- AlicenseBqualityBmaintenanceA local MCP server that gives Claude a durable reading room for EPUB and plain text books, enabling chunk-by-chunk navigation, annotations, progress tracking, and shared margin cards.26103MIT
- AlicenseNot gradedqualityDmaintenancescratchpad-mcp is an MCP server that gives AI agents persistent, token-efficient storage. Eight tools versioned file writes, structured line-diffs since a prior version, append-only logs with cursor pagination, on-demand summaries with per-version caching, and per-agent quotas. The point is to stop agents from re-reading files they've already seen and re-summarizing documents.MIT