Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

crypto_checksum

Read-onlyIdempotent

Compute multiple checksums and hashes (CRC, Adler, Fletcher, FNV, MD5, SHA) in one call for data integrity and error detection.

Instructions

Checksum Calculator (CRC, Adler, Fletcher, FNV). Compute one or more non-cryptographic checksums and hashes over a UTF-8 text string for data-integrity and error-detection checks. Supports CRC32, CRC32B, CRC-16, Adler-32, Fletcher-16/32, FNV-1/FNV-1a (32 and 64-bit), Jenkins one-at-a-time, plus MD5/SHA-1/ SHA-256/SHA-384/SHA-512. Use it when you need fast verification or legacy checksums; use crypto_hash for cryptographic file/text digests, or crypto_hash_identifier to detect an unknown hash's algorithm. Runs locally on the input you provide: read-only, non-destructive, contacts no external service, and is rate-limited. Returns a map of algorithm-id to checksum string, the byte length of the input, the algorithms that produced output, and the output format used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe UTF-8 text to checksum. Required and must be non-empty; hashed as raw bytes.
algorithmsYesOne or more checksum algorithm ids to compute. Unknown ids are silently skipped; at least one valid id is required.
outputFormatNoNumeric-base/case for the output. Numeric checksums honour all five values; fixed hex-digest algorithms (md5, sha1, sha256, sha384, sha512, crc32b) only vary case between "hex" (lower) and "upper".hex

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksumsNoMap of requested algorithm id to its checksum string, formatted per outputFormat.
inputLengthNoByte length of the input text.
algorithmsNoAlgorithm ids that produced a result (unknown ids dropped).
outputFormatNoThe normalized output format applied (one of hex, upper, decimal, binary, octal).
Behavior5/5

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

Annotations (readOnlyHint, idempotentHint, etc.) are reinforced and expanded by the description: 'Runs locally on the input you provide: read-only, non-destructive, contacts no external service, and is rate-limited.' The return value structure is also disclosed. 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.

Conciseness5/5

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

Three sentences structured with title/purpose, algorithm list, usage guidance, behavioral notes, and return value summary. Front-loaded and concise; every sentence adds distinct value without redundancy.

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

Completeness4/5

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

For a tool with many algorithms and output format nuances, the description covers purpose, usage, behavior, and return format. Output schema exists and the description summarizes it. A minor gap: no explicit clarification of output format behavior for non-numeric algorithms, but the schema covers it. Overall sufficient for an agent.

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% with detailed descriptions for each parameter (text, algorithms, outputFormat). The description adds high-level context (e.g., 'non-cryptographic' though including cryptographic hashes) but does not substantially augment schema-level parameter semantics beyond reinforcing the purpose. Baseline 3 is appropriate.

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 it computes non-cryptographic checksums and hashes over UTF-8 text, listing supported algorithms (CRC, Adler, Fletcher, FNV, SHA, etc.). It distinguishes from siblings by referencing crypto_hash for cryptographic digests and crypto_hash_identifier for detection, establishing a specific verb+resource with explicit differentiation.

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: 'Use it when you need fast verification or legacy checksums; use crypto_hash for cryptographic file/text digests, or crypto_hash_identifier to detect an unknown hash's algorithm.' It also notes the tool is read-only, non-destructive, and rate-limited, giving clear context for when to invoke versus alternatives.

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