encoding_decoding_caesar
Encode or decode text with the Caesar cipher using custom shift values from 1 to 25. Supports preserving case and non-alphabetic characters.
Instructions
Menu ID: caesar. Caesar Cipher. Encode and decode text using the Caesar cipher with custom shift values. This classic Roman shift cipher tool supports 1-25 character shifts for encryption. Use describe_tool with tool_id "caesar" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| operation | Yes | ||
| shift | Yes | ||
| preserve_case | Yes | ||
| preserve_non_alpha | Yes |