Skip to main content
Glama

next

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

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
tokenYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources