Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsC

Average 2.8/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency3/5

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.

Tool Count3/5

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.

Completeness4/5

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 tools
nextCInspect

The next fragment. Pass your token to keep your memory; omit it the first time. If the same words return, you asked too soon.

ParametersJSON Schema
NameRequiredDescriptionDefault
driftNoChance a small word goes missing. Default 0.05; 0 turns it off.
tokenNoYour reader token from a previous call.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYes
tokenYes
Behavior3/5

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.

Conciseness3/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose2/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYes
tokenYes
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters1/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    59
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    scratchpad-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

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources