Skip to main content
Glama

osint-terminal

Railfence

railfence

Rail Fence: Rail-fence cipher over 3 rails (offline)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It only adds the facts that the cipher uses three rails and runs offline, but says nothing about directionality, what gets transformed, handling of spaces or case, or what the result looks like. This is minimal beyond the tool name.

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 very short and front-loaded, with no filler, which is efficient. But it repeats the tool's core idea ('Rail Fence... rail-fence cipher'), and its brevity crosses from concise into under-specified. It lacks any structural elements such as usage examples or examples of valid input.

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?

Although an output schema exists, the description is too sparse to fully support correct invocation. The agent still has to guess whether this is the right tool among caesar/vigenere/rot13 and what exactly to pass in q. The offline hint is useful, but invocation semantics and expected input semantics are missing.

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

Parameters2/5

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

The input schema has one undocumented parameter, q, with 0% schema description coverage, so the description must clarify q's meaning. It never mentions q or its expected format. The rail count is described, but the input parameter itself is left to inference.

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 identifies a specific operation: applying the rail-fence cipher with a fixed three-rail configuration, and notes it runs offline. This distinguishes it from sibling cipher tools like caesar, atbash, and vigenere. However, it never explicitly says whether the tool encodes, decodes, or both, leaving a minor ambiguity.

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 guidance is given on when to use this tool instead of the many cipher/encoding siblings, nor whether q should contain plaintext or ciphertext. The only stated constraints are the rail count and offline nature, which narrow the configuration but not the choice among alternative cipher tools.

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