Skip to main content
Glama

osint-terminal

Atbash

atbash

Atbash Cipher: Atbash A↔Z mirror cipher (offline, self-inverse)

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.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 behavioral disclosure. It usefully discloses that the tool operates offline and is self-inverse, but it does not explain how non-alphabetic characters, case, or multi-word input in the 'q' parameter are handled.

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 the parenthetical behavioral notes are efficient. However, 'Atbash Cipher:' and 'Atbash A↔Z mirror cipher' are redundant with the tool name and each other, wasting part of the limited space.

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?

For a one-parameter, simple cipher, the description conveys the core concept and two useful traits. Still, it omits any mention of the input parameter and edge-case behavior, which an agent needs to call the tool reliably without prior Atbash knowledge.

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 provides zero description coverage and the description never mentions the 'q' parameter or its expected format. An agent can infer that 'q' is likely the text to transform, but the description adds no explicit parameter meaning beyond the tool's name.

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 identifies the tool as an Atbash cipher and defines the mapping as A↔Z mirror, so an agent can understand what operation is performed. It is distinct enough among cipher siblings like caesar or vigenere, though it lacks an explicit verb like 'encodes or decodes'.

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?

There is no guidance about when to use this tool versus alternatives such as caesar, rot13, or vigenere. The phrases 'offline' and 'self-inverse' provide context but not usage boundaries, exclusions, or conditions for choosing this tool.

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