Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

conversion_number_base

Read-onlyIdempotent

Convert text between ASCII, binary, hex, decimal, and octal encodings. Treats input as a sequence of byte/codepoint values, not a single number. Ideal for moving character data across base representations.

Instructions

ASCII / Binary / Hex / Decimal / Octal Converter. Convert a string of values between five textual encodings — ASCII text, binary, hexadecimal, decimal, and octal — treating the input as a sequence of byte/codepoint values rather than a single number. Use this when you need to move character data across base representations (e.g. binary "01001000" to ASCII "H"); use conversion_base_converter instead to convert one integer between arbitrary radixes 2-36, conversion_binary_decimal for signed/unsigned binary-decimal with a bit width, and conversion_decimal_hex for decimal-hex with two's-complement options. Runs locally on the supplied text: read-only, non-destructive, offline, no auth, default rate limit. Returns the converted string plus an analysis block (lengths, value range, encoding efficiency).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe value(s) to convert, parsed per from_format (space/comma-separated for numeric formats).
from_formatYesEncoding of the input text. Decimal/octal values must be 0-1114111 per item.
to_formatYesEncoding to produce in the result string.
hex_delimiterNoSeparator between hex bytes when to_format is hex; use "\x" for \xNN style (no separator). Ignored otherwise.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the conversion succeeded.
resultNoThe input re-encoded in to_format (empty string on error).
errorNoError message; present only when success is false.
analysisNoConversion stats (null on error): input_length, output_length, values_count, value_range{min,max}, formats{from,to}, printable_chars (ASCII input only, else null), encoding_efficiency{compression_ratio,space_saving}.
format_infoNoReference info for to_format (name, description, base, chars, example).
Behavior4/5

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

Annotations already provide readOnlyHint, destructiveHint, and idempotentHint. The description reinforces these with 'read-only, non-destructive, offline, no auth' and adds that it returns a converted string plus an analysis block. This adds context beyond the annotations without contradiction. Slight deduction because some behavioral traits (e.g., exactly what the analysis block contains) are not detailed, but the description is sufficient given annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with the core purpose, followed by usage guidance and behavioral context. Every sentence earns its place with no redundancy or wasted words.

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?

For a tool with 4 parameters (100% schema coverage), no nested objects, and an existing output schema, the description covers the tool's purpose, usage scope, behavioral traits, and return structure (converted string + analysis block). It is fully complete for an agent to understand how and when to use it.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema; it mentions that decimal/octal values must be 0-1114111, which is already in the schema's from_format description. No additional parameter details are provided.

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?

The description clearly states the tool converts between five textual encodings (ASCII, binary, hex, decimal, octal) as sequences of byte/codepoint values. It distinguishes from siblings like conversion_base_converter (single integer arbitrary radix), conversion_binary_decimal (signed/unsigned with bit width), and conversion_decimal_hex (two's complement). The verb 'convert' and the specific resource (five encodings) are explicitly defined.

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?

The description provides explicit guidance on when to use this tool ('when you need to move character data across base representations') and when not to, naming three specific alternatives. It also notes that the tool runs locally, is read-only, offline, requires no auth, and has default rate limits, helping the agent understand invocation context.

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