Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

text_ascii_table_post

Read-onlyIdempotent

Generate a complete ASCII reference table: decimal, hex, octal, binary, glyph, control codes, and categories for standard (0-127) and optional extended (128-255) characters.

Instructions

ASCII Table Reference Generator. Generate the full ASCII character reference table: every code point with its decimal, hexadecimal, octal, and binary value, the printable glyph or control-code mnemonic, a description, a category, and a printable flag. Covers standard ASCII (0-127) and optionally extended ASCII (128-255). Use this for a complete lookup table; use text_hex_ascii_converter or conversion_number_base instead to convert a specific string between bases. Runs locally with no external input: read-only, non-destructive, offline, and rate-limited. Returns the table array plus a meta summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput detail: standard omits HTML entities; html adds an html_entity field per row.standard
extendedNoWhen true, include extended ASCII (128-255); otherwise only 0-127.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoAlways true on success.
tableNoOne entry per character code in range.
metaNo
Behavior5/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds behavioral context: 'Runs locally with no external input: read-only, non-destructive, offline, and rate-limited.' This enhances transparency beyond the annotations.

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 comprised of 4 sentences, each essential. It front-loads the core purpose and efficiently covers scope, alternatives, and behavior. No unnecessary words or redundancy.

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?

Given the tool's role as a reference table generator with two parameters, the description covers output details (table array plus meta summary), parameter effects, and relevant alternatives among many siblings. The presence of an output schema offloads return value details, making the description appropriately complete.

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?

The input schema has full description coverage for both parameters. The description adds meaning by explaining the effect of format (standard vs html) and extended (include 128-255) in context of the output, without repeating schema details verbatim.

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 explicitly states that the tool generates the full ASCII character reference table, detailing what it covers (code points, values, glyphs, etc.). It clearly distinguishes from siblings like text_hex_ascii_converter and conversion_number_base.

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?

It provides explicit when-to-use (complete lookup table) and when-not-to-use (for converting specific strings, use alternatives). It also states that it requires no external input, giving clear 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