Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

encoding_decoding_rot13

Read-onlyIdempotent

Apply ROT13 or ROT47 substitution cipher to text for reversible obfuscation in puzzles, CTFs, or spoilers. Supports custom rotation from 1-94 to encode or decode printable ASCII.

Instructions

ROT13 and ROT47 Cipher (Encode / Decode). Apply a ROT (rotate) substitution cipher to the supplied text and return the transformed string. The rotation amount picks the variant: rotation 13 is classic ROT13 (rotates only A-Z and a-z letters, leaving digits and symbols untouched), rotation 47 is ROT47 (rotates the 94 printable ASCII characters 33-126, sparing the space), and any other 1-94 value shifts the full printable range ASCII 32-126 forward for encode or backward for decode. ROT13 and ROT47 are their own inverse, so encode and decode give the same result. This is a reversible obfuscation with no cryptographic strength; use it for puzzles, CTFs, and hiding spoilers, not to protect secrets. Use encoding_decoding_caesar for a letters-only shift constrained to 1-25, or encoding_decoding_atbash for a fixed alphabet reversal. Runs locally on the input you provide: read-only, non-destructive, contacts no external service, and is rate-limited (60 requests/minute for anonymous callers). Returns the transformed t

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to transform. Printable ASCII is rotated per the rotation rule; characters outside the active range pass through unchanged.
operationYesDirection for custom rotations: encode shifts forward, decode shifts backward by the same amount. Ignored for rotation 13 and 47, which are self-inverse.
rotationYesNumber of positions to rotate. 13 selects ROT13 (A-Z and a-z only), 47 selects ROT47 (ASCII 33-126), any other 1-94 rotates the full printable range ASCII 32-126.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the transform succeeded.
inputNoThe input text, echoed back.
operationNoThe operation performed (encode or decode).
rotationNoThe rotation value applied (1-94).
resultNoThe transformed (rotated) text.
infoNoDetails of the rotation that was applied.
analysisNoCharacter-class breakdown of the input text.
Behavior5/5

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

Annotations already mark readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds: runs locally, read-only, non-destructive, no external service, rate-limited (60 req/min). No contradictions.

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?

Long but dense with information. Front-loaded with purpose. Could trim some repetitiveness (e.g., 'Runs locally' appears twice). Still highly informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all aspects: behavior, usage, limitations, sibling differentiation, output format (implied by output schema). No gaps given output schema exists.

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 has 100% coverage with descriptions. Description adds value by explaining rotation behavior (13 vs 47 vs custom) and operation's irrelevance for self-inverse variants.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it applies ROT13/ROT47 ciphers, explains the rotation variants (13, 47, custom), and differentiates from sibling tools like Caesar and Atbash. Verb+resource+scope is specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (puzzles, CTFs, hiding spoilers) and when not (not for secrets). Names alternatives (caesar, atbash). Also notes local execution and rate limiting.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jambozx/onlinecybertools-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server